COLOR #0300CB

HEX: #0300CB
RGB: (3,0,203)

Color info

#0300CB contains mainly blue color. Web safe color of #0300CB is #0000CC (or #00C).

RGB color model

#0300CB color RGB value is (3,0,203).

  • red value is 3;
  • green value is 0;
  • blue value is 203.
RGB:
(3,0,203)
(1%,0%,80%)

RGB channels and saturation

R 3 of 255 = 1%
G 0 of 255 = 0%
B 203 of 255 = 80%

3
0
203

R + G + B ~ 27%. #0300CB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 0 + 203 = 206 (100%)
R 3 of 206 ~ 1.46%
G 0 of 206 ~ 0%
B 203 of 206 ~ 98.54%

%98.54

CMYK color model

#0300CB color CMYK value is (99,100,0,20).

  • cyan value is 98.52%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(99,100,0,20)
C99M100Y0K20 
(99%,100%,0%,20%)
(0.99/1.00/0.00/0.20)	

CMYK percentages

%98.52
%100
%0
%20.39

Codes

Color #0300CB in popluar color models

0300CB
RGB30203
HSL241°100.00%39.80%
HSB/HSV241°100.00%79.61%
CMYK98.52%100.00%0.00%
20.39%

Color #0300CB in popluar number systems.

HEX0300CB
Decimal30203
Binary11011001011
Octal30313

Shades and tints

Shades of #0300CB

#0300CB
(3,0,203)
#0300B9
(3,0,185)
#0300A7
(3,0,167)
#030095
(3,0,149)
#030083
(3,0,131)
#030071
(3,0,113)
#03005F
(3,0,95)
#03004D
(3,0,77)
#03003B
(3,0,59)
#030029
(3,0,41)
#030017
(3,0,23)
#000000
(0,0,0)

Tints of #0300CB

#0300CB
(3,0,203)
#1917CF
(25,23,207)
#2F2ED3
(47,46,211)
#4545D7
(69,69,215)
#5B5CDB
(91,92,219)
#7173DF
(113,115,223)
#878AE3
(135,138,227)
#9DA1E7
(157,161,231)
#B3B8EB
(179,184,235)
#C9CFEF
(201,207,239)
#DFE6F3
(223,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0300CB color. Also use rgb(3,0,203) instead hex code.

Text Font Color

.myTextColor { color: #0300CB; }

<p style="color:#0300CB">This sample text font color is #0300CB.</p>

This text font color is #0300CB.


Background Color

.myBgColor { background-color: #0300CB; }

<div style="background-color:#0300CB">Inner text</div>

This div background color is #0300CB.


Border color

.myBorderColor { border: 1px solid #0300CB; }

<div style="border:3px solid #0300CB">Div</div>

This div border color is #0300CB.


Opacity

.myOpacity80 { color: #0300CB; opacity: 0.8; }

<p style="color:#0300CB;opacity:0.8;">80%</p>

Text with #0300CB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0300CB;}

<p style="text-shadow: 3px 3px 1px #0300CB">Text here.</p>

This text has shadow with #0300CB color.

.textShadow {text-shadow: 3px 3px 1px #0300CB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0300CB, 5px 5px 20px red">Text here.</p>

This text has shadow with #0300CB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0300CB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0300CB, Direction=45, Strength=4)">Text</p>

This text has shadow with #0300CB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0300CB;
  -webkit-box-shadow:	1px 1px 3px 2px #0300CB;
  box-shadow:		1px 1px 3px 2px #0300CB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0300CB;
-webkit-box-shadow: 1px 1px 3px 2px #0300CB;
box-shadow:1px 1px 3px 2px #0300CB;">
Div content here</div>
This div box has shadow with color #0300CB.

Preview

Color preview on black background

This text has color #0300CB on black background.


Color preview on white background

This text has color #0300CB on white background.



Black color preview on #0300CB background

This text has black color on #0300CB background.


White color preview on #0300CB background

This text has white color on #0300CB background.