Html Css Color HEX #0C5ACD Navy Blue

📋 copy color: '#0C5ACD'

red 12 ◦ green 90 ◦ blue 205

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

Shades of Navy Blue #0C5ACD

Tints of Navy Blue #0C5ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.32%

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

R = 3.91%
G = 29.32%
B = 66.78%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0C5ACD (or 0x0C5ACD) is known color: Navy Blue. HEX triplet: 0C, 5A and CD. RGB value is (12,90,205). Sum of RGB (Red+Green+Blue) = 12+90+205=307 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.91% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C5ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5ACD is #F3A532. Grayscale: #4F4F4F. Windows color (decimal): -15967539 or 13457932. OLE color: 13457932.

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

Color convert

RGB 12 90 205 -
CMYK 0.94 0.56 0 0.20
HSL 215.75º 0.89% 0.43% -
HSV(B) 215.75º 0.94% 0.8% -
XYZ 14.83 11.8 59.25 -
YUV 79.79 198.66 79.65 -
System Red Green Blue C M Y K H S L
Decimal 12 90 205 0.94 0.56 0 0.20 215.75 0.89 0.43
Hex C 5A CD 5E 38 0 14 D8 59 2B
Octal 14 132 315 136 70 0 24 330 131 53
Binary 1100 1011010 11001101 1011110 111000 0 10100 11011000 1011001 101011

Color Harmonies of #0C5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5ACD

Black with #0C5ACD

Text Example


Text Example

White with #0C5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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