Html Css Color HEX #0C64DC Navy Blue

📋 copy color: '#0C64DC'

red 12 ◦ green 100 ◦ blue 220

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

Shades of Navy Blue #0C64DC

Tints of Navy Blue #0C64DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.12%

 BLUE value IS 220 (86.33% from 255) = 66.27%

R = 3.61%
G = 30.12%
B = 66.27%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C64DC (or 0x0C64DC) is known color: Navy Blue. HEX triplet: 0C, 64 and DC. RGB value is (12,100,220). Sum of RGB (Red+Green+Blue) = 12+100+220=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C64DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C64DC is #F39B23. Grayscale: #565656. Windows color (decimal): -15964964 or 14443532. OLE color: 14443532.

HSL color Cylindrical-coordinate representation of color #0C64DC: hue angle of 214.62º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C64DC is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 100 220 -
CMYK 0.95 0.55 0 0.14
HSL 214.62º 0.9% 0.45% -
HSV(B) 214.62º 0.95% 0.86% -
XYZ 17.63 14.36 69.55 -
YUV 87.37 202.85 74.24 -
System Red Green Blue C M Y K H S L
Decimal 12 100 220 0.95 0.55 0 0.14 214.62 0.9 0.45
Hex C 64 DC 5F 37 0 E D7 5A 2D
Octal 14 144 334 137 67 0 16 327 132 55
Binary 1100 1100100 11011100 1011111 110111 0 1110 11010111 1011010 101101

Color Harmonies of #0C64DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C64DC

Black with #0C64DC

Text Example


Text Example

White with #0C64DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,100,220); }

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

background-color css

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

 a { background-color: rgb(12,100,220); }

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

border-color css

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

 span { border-color: rgb(12,100,220); }

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