Html Css Color HEX #0C5BCC Navy Blue

📋 copy color: '#0C5BCC'

red 12 ◦ green 91 ◦ blue 204

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

Shades of Navy Blue #0C5BCC

Tints of Navy Blue #0C5BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.64%

 BLUE value IS 204 (80.08% from 255) = 66.45%

R = 3.91%
G = 29.64%
B = 66.45%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0C5BCC (or 0x0C5BCC) is known color: Navy Blue. HEX triplet: 0C, 5B and CC. RGB value is (12,91,204). Sum of RGB (Red+Green+Blue) = 12+91+204=307 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.91% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C5BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5BCC is #F3A433. Grayscale: #4F4F4F. Windows color (decimal): -15967284 or 13392652. OLE color: 13392652.

HSL color Cylindrical-coordinate representation of color #0C5BCC: hue angle of 215.31º 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 #0C5BCC is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 12 91 204 -
CMYK 0.94 0.55 0 0.2
HSL 215.31º 0.89% 0.42% -
HSV(B) 215.31º 0.94% 0.8% -
XYZ 14.79 11.92 58.65 -
YUV 80.26 197.83 79.31 -
System Red Green Blue C M Y K H S L
Decimal 12 91 204 0.94 0.55 0 0.2 215.31 0.89 0.42
Hex C 5B CC 5E 37 0 14 D7 59 2A
Octal 14 133 314 136 67 0 24 327 131 52
Binary 1100 1011011 11001100 1011110 110111 0 10100 11010111 1011001 101010

Color Harmonies of #0C5BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5BCC

Black with #0C5BCC

Text Example


Text Example

White with #0C5BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,91,204); }

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

background-color css

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

 a { background-color: rgb(12,91,204); }

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

border-color css

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

 span { border-color: rgb(12,91,204); }

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