Html Css Color HEX #0C4CDC Navy Blue

📋 copy color: '#0C4CDC'

red 12 ◦ green 76 ◦ blue 220

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

Shades of Navy Blue #0C4CDC

Tints of Navy Blue #0C4CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.68%

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

R = 3.9%
G = 24.68%
B = 71.43%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C4CDC (or 0x0C4CDC) is known color: Navy Blue. HEX triplet: 0C, 4C and DC. RGB value is (12,76,220). Sum of RGB (Red+Green+Blue) = 12+76+220=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C4CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4CDC is #F3B323. Grayscale: #484848. Windows color (decimal): -15971108 or 14437388. OLE color: 14437388.

HSL color Cylindrical-coordinate representation of color #0C4CDC: hue angle of 221.54º 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 #0C4CDC is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 76 220 -
CMYK 0.95 0.65 0 0.14
HSL 221.54º 0.9% 0.45% -
HSV(B) 221.54º 0.95% 0.86% -
XYZ 15.65 10.41 68.9 -
YUV 73.28 210.8 84.29 -
System Red Green Blue C M Y K H S L
Decimal 12 76 220 0.95 0.65 0 0.14 221.54 0.9 0.45
Hex C 4C DC 5F 41 0 E DE 5A 2D
Octal 14 114 334 137 101 0 16 336 132 55
Binary 1100 1001100 11011100 1011111 1000001 0 1110 11011110 1011010 101101

Color Harmonies of #0C4CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4CDC

Black with #0C4CDC

Text Example


Text Example

White with #0C4CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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