Html Css Color HEX #0C5ECB Navy Blue

📋 copy color: '#0C5ECB'

red 12 ◦ green 94 ◦ blue 203

#0C5ECB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0C5ECB

Tints of Navy Blue #0C5ECB

RGB

 RED value IS 12 (5.08% from 255) = 3.88%

 GREEN value IS 94 (37.11% from 255) = 30.42%

 BLUE value IS 203 (79.69% from 255) = 65.7%

R = 3.88%
G = 30.42%
B = 65.7%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0C5ECB (or 0x0C5ECB) is known color: Navy Blue. HEX triplet: 0C, 5E and CB. RGB value is (12,94,203). Sum of RGB (Red+Green+Blue) = 12+94+203=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 203 (79.69% from 255 or 65.70% from 309); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C5ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5ECB is #F3A134. Grayscale: #515151. Windows color (decimal): -15966517 or 13327884. OLE color: 13327884.

HSL color Cylindrical-coordinate representation of color #0C5ECB: hue angle of 214.24º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C5ECB is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 94 203 -
CMYK 0.94 0.54 0 0.20
HSL 214.24º 0.89% 0.42% -
HSV(B) 214.24º 0.94% 0.8% -
XYZ 14.93 12.4 58.11 -
YUV 81.91 196.33 78.14 -
System Red Green Blue C M Y K H S L
Decimal 12 94 203 0.94 0.54 0 0.20 214.24 0.89 0.42
Hex C 5E CB 5E 36 0 14 D6 59 2A
Octal 14 136 313 136 66 0 24 326 131 52
Binary 1100 1011110 11001011 1011110 110110 0 10100 11010110 1011001 101010

Color Harmonies of #0C5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5ECB

Black with #0C5ECB

Text Example


Text Example

White with #0C5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C5ECB; }

 p { color: rgb(12,94,203); }

 H1.HeaderClassName
 {
   color: #0C5ECB;
 }
 .AnyTagClassName
 {
   color: #0C5ECB;
 }
</style>

background-color css

<style>
 a { background-color: #0C5ECB; }

 a { background-color: rgb(12,94,203); }

 div.DivClassName
 {
   background-color: #0C5ECB;
 }
 .BgClassName
 {
   background-color: #0C5ECB;
 }
</style>

border-color css

<style>
 span { border-color: #0C5ECB; }

 span { border-color: rgb(12,94,203); }

 td.TdClassName
 {
   border-color: #0C5ECB;
 }
 .TagClassName
 {
   border-color: #0C5ECB;
 }
</style>