Html Css Color HEX #0E6ECC Navy Blue

📋 copy color: '#0E6ECC'

red 14 ◦ green 110 ◦ blue 204

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

Shades of Navy Blue #0E6ECC

Tints of Navy Blue #0E6ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.54%

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

R = 4.27%
G = 33.54%
B = 62.2%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0E6ECC (or 0x0E6ECC) is known color: Navy Blue. HEX triplet: 0E, 6E and CC. RGB value is (14,110,204). Sum of RGB (Red+Green+Blue) = 14+110+204=328 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.27% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E6ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E6ECC is #F19133. Grayscale: #5B5B5B. Windows color (decimal): -15831348 or 13397518. OLE color: 13397518.

HSL color Cylindrical-coordinate representation of color #0E6ECC: hue angle of 209.68º 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 #0E6ECC is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 14 110 204 -
CMYK 0.93 0.46 0 0.2
HSL 209.68º 0.87% 0.43% -
HSV(B) 209.68º 0.93% 0.8% -
XYZ 16.66 15.6 59.26 -
YUV 92.01 191.2 72.36 -
System Red Green Blue C M Y K H S L
Decimal 14 110 204 0.93 0.46 0 0.2 209.68 0.87 0.43
Hex E 6E CC 5D 2E 0 14 D2 57 2B
Octal 16 156 314 135 56 0 24 322 127 53
Binary 1110 1101110 11001100 1011101 101110 0 10100 11010010 1010111 101011

Color Harmonies of #0E6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6ECC

Black with #0E6ECC

Text Example


Text Example

White with #0E6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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