Html Css Color HEX #0C4EE0 Navy Blue

📋 copy color: '#0C4EE0'

red 12 ◦ green 78 ◦ blue 224

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

Shades of Navy Blue #0C4EE0

Tints of Navy Blue #0C4EE0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.84%

 BLUE value IS 224 (87.89% from 255) = 71.34%

R = 3.82%
G = 24.84%
B = 71.34%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0C4EE0 (or 0x0C4EE0) is known color: Navy Blue. HEX triplet: 0C, 4E and E0. RGB value is (12,78,224). Sum of RGB (Red+Green+Blue) = 12+78+224=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 224 (87.89% from 255 or 71.34% from 314); Max value from RGB is 224 - color contains mainly: blue. Hex color #0C4EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C4EE0 is #F3B11F. Grayscale: #4A4A4A. Windows color (decimal): -15970592 or 14700044. OLE color: 14700044.

HSL color Cylindrical-coordinate representation of color #0C4EE0: hue angle of 221.32º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C4EE0 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 12 78 224 -
CMYK 0.95 0.65 0 0.12
HSL 221.32º 0.9% 0.46% -
HSV(B) 221.32º 0.95% 0.88% -
XYZ 16.33 10.91 71.77 -
YUV 74.91 212.13 83.13 -
System Red Green Blue C M Y K H S L
Decimal 12 78 224 0.95 0.65 0 0.12 221.32 0.9 0.46
Hex C 4E E0 5F 41 0 C DD 5A 2E
Octal 14 116 340 137 101 0 14 335 132 56
Binary 1100 1001110 11100000 1011111 1000001 0 1100 11011101 1011010 101110

Color Harmonies of #0C4EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4EE0

Black with #0C4EE0

Text Example


Text Example

White with #0C4EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,78,224); }

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

background-color css

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

 a { background-color: rgb(12,78,224); }

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

border-color css

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

 span { border-color: rgb(12,78,224); }

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