Html Css Color HEX #0E006A Navy

📋 copy color: '#0E006A'

red 14 ◦ green 0 ◦ blue 106

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

Shades of Navy #0E006A

Tints of Navy #0E006A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 106 (41.8% from 255) = 88.33%

R = 11.67%
G = 0%
B = 88.33%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0E006A (or 0x0E006A) is known color: Navy. HEX triplet: 0E, 00 and 6A. RGB value is (14,0,106). Sum of RGB (Red+Green+Blue) = 14+0+106=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 106 (41.80% from 255 or 88.33% from 120); Max value from RGB is 106 - color contains mainly: blue. Hex color #0E006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E006A is #F1FF95. Grayscale: #0F0F0F. Windows color (decimal): -15859606 or 6946830. OLE color: 6946830.

HSL color Cylindrical-coordinate representation of color #0E006A: hue angle of 247.92º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E006A is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 14 0 106 -
CMYK 0.87 1 0 0.58
HSL 247.92º 1% 0.21% -
HSV(B) 247.92º 1% 0.42% -
XYZ 2.78 1.13 13.71 -
YUV 16.27 178.64 126.38 -
System Red Green Blue C M Y K H S L
Decimal 14 0 106 0.87 1 0 0.58 247.92 1 0.21
Hex E 0 6A 57 64 0 3A F8 64 15
Octal 16 0 152 127 144 0 72 370 144 25
Binary 1110 0 1101010 1010111 1100100 0 111010 11111000 1100100 10101

Color Harmonies of #0E006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E006A

Black with #0E006A

Text Example


Text Example

White with #0E006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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