Html Css Color HEX #0C5CCD Navy Blue

📋 copy color: '#0C5CCD'

red 12 ◦ green 92 ◦ blue 205

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

Shades of Navy Blue #0C5CCD

Tints of Navy Blue #0C5CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.77%

 BLUE value IS 205 (80.47% from 255) = 66.34%

R = 3.88%
G = 29.77%
B = 66.34%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0C5CCD (or 0x0C5CCD) is known color: Navy Blue. HEX triplet: 0C, 5C and CD. RGB value is (12,92,205). Sum of RGB (Red+Green+Blue) = 12+92+205=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C5CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5CCD is #F3A332. Grayscale: #505050. Windows color (decimal): -15967027 or 13458444. OLE color: 13458444.

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

Color convert

RGB 12 92 205 -
CMYK 0.94 0.55 0 0.20
HSL 215.13º 0.89% 0.43% -
HSV(B) 215.13º 0.94% 0.8% -
XYZ 15 12.14 59.31 -
YUV 80.96 198 78.81 -
System Red Green Blue C M Y K H S L
Decimal 12 92 205 0.94 0.55 0 0.20 215.13 0.89 0.43
Hex C 5C CD 5E 37 0 14 D7 59 2B
Octal 14 134 315 136 67 0 24 327 131 53
Binary 1100 1011100 11001101 1011110 110111 0 10100 11010111 1011001 101011

Color Harmonies of #0C5CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5CCD

Black with #0C5CCD

Text Example


Text Example

White with #0C5CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,92,205); }

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

background-color css

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

 a { background-color: rgb(12,92,205); }

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

border-color css

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

 span { border-color: rgb(12,92,205); }

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