Html Css Color HEX #0C59CD Navy Blue

📋 copy color: '#0C59CD'

red 12 ◦ green 89 ◦ blue 205

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

Shades of Navy Blue #0C59CD

Tints of Navy Blue #0C59CD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.08%

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

R = 3.92%
G = 29.08%
B = 66.99%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0C59CD (or 0x0C59CD) is known color: Navy Blue. HEX triplet: 0C, 59 and CD. RGB value is (12,89,205). Sum of RGB (Red+Green+Blue) = 12+89+205=306 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.92% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C59CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C59CD is #F3A632. Grayscale: #4E4E4E. Windows color (decimal): -15967795 or 13457676. OLE color: 13457676.

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

Color convert

RGB 12 89 205 -
CMYK 0.94 0.57 0 0.20
HSL 216.06º 0.89% 0.43% -
HSV(B) 216.06º 0.94% 0.8% -
XYZ 14.74 11.63 59.23 -
YUV 79.2 198.99 80.07 -
System Red Green Blue C M Y K H S L
Decimal 12 89 205 0.94 0.57 0 0.20 216.06 0.89 0.43
Hex C 59 CD 5E 39 0 14 D8 59 2B
Octal 14 131 315 136 71 0 24 330 131 53
Binary 1100 1011001 11001101 1011110 111001 0 10100 11011000 1011001 101011

Color Harmonies of #0C59CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C59CD

Black with #0C59CD

Text Example


Text Example

White with #0C59CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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