Html Css Color HEX #0E6ACC Navy Blue

📋 copy color: '#0E6ACC'

red 14 ◦ green 106 ◦ blue 204

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

Shades of Navy Blue #0E6ACC

Tints of Navy Blue #0E6ACC

RGB

 RED value IS 14 (5.86% from 255) = 4.32%

 GREEN value IS 106 (41.8% from 255) = 32.72%

 BLUE value IS 204 (80.08% from 255) = 62.96%

R = 4.32%
G = 32.72%
B = 62.96%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0E6ACC (or 0x0E6ACC) is known color: Navy Blue. HEX triplet: 0E, 6A and CC. RGB value is (14,106,204). Sum of RGB (Red+Green+Blue) = 14+106+204=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E6ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E6ACC is #F19533. Grayscale: #595959. Windows color (decimal): -15832372 or 13396494. OLE color: 13396494.

HSL color Cylindrical-coordinate representation of color #0E6ACC: hue angle of 210.95º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E6ACC is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 14 106 204 -
CMYK 0.93 0.48 0 0.2
HSL 210.95º 0.87% 0.43% -
HSV(B) 210.95º 0.93% 0.8% -
XYZ 16.23 14.76 59.12 -
YUV 89.66 192.52 74.03 -
System Red Green Blue C M Y K H S L
Decimal 14 106 204 0.93 0.48 0 0.2 210.95 0.87 0.43
Hex E 6A CC 5D 30 0 14 D3 57 2B
Octal 16 152 314 135 60 0 24 323 127 53
Binary 1110 1101010 11001100 1011101 110000 0 10100 11010011 1010111 101011

Color Harmonies of #0E6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6ACC

Black with #0E6ACC

Text Example


Text Example

White with #0E6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,106,204); }

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

background-color css

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

 a { background-color: rgb(14,106,204); }

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

border-color css

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

 span { border-color: rgb(14,106,204); }

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