Html Css Color HEX #010E6A Navy

📋 copy color: '#010E6A'

red 1 ◦ green 14 ◦ blue 106

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

Shades of Navy #010E6A

Tints of Navy #010E6A

RGB

 RED value IS 1 (0.78% from 255) = 0.83%

 GREEN value IS 14 (5.86% from 255) = 11.57%

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

R = 0.83%
G = 11.57%
B = 87.6%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#010E6A (or 0x010E6A) is known color: Navy. HEX triplet: 01, 0E and 6A. RGB value is (1,14,106). Sum of RGB (Red+Green+Blue) = 1+14+106=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 106 (41.80% from 255 or 87.60% from 121); Max value from RGB is 106 - color contains mainly: blue. Hex color #010E6A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E6A is #FEF195. Grayscale: #141414. Windows color (decimal): -16707990 or 6950401. OLE color: 6950401.

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

Color convert

RGB 1 14 106 -
CMYK 0.99 0.87 0 0.58
HSL 232.57º 0.98% 0.21% -
HSV(B) 232.57º 0.99% 0.42% -
XYZ 2.77 1.36 13.75 -
YUV 20.6 176.19 114.02 -
System Red Green Blue C M Y K H S L
Decimal 1 14 106 0.99 0.87 0 0.58 232.57 0.98 0.21
Hex 1 E 6A 63 57 0 3A E9 62 15
Octal 1 16 152 143 127 0 72 351 142 25
Binary 1 1110 1101010 1100011 1010111 0 111010 11101001 1100010 10101

Color Harmonies of #010E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E6A

Black with #010E6A

Text Example


Text Example

White with #010E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010E6A; }

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

 H1.HeaderClassName
 {
   color: #010E6A;
 }
 .AnyTagClassName
 {
   color: #010E6A;
 }
</style>

background-color css

<style>
 a { background-color: #010E6A; }

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

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

border-color css

<style>
 span { border-color: #010E6A; }

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

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