Html Css Color HEX #010E6C Navy

📋 copy color: '#010E6C'

red 1 ◦ green 14 ◦ blue 108

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

Shades of Navy #010E6C

Tints of Navy #010E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 87.8%

R = 0.81%
G = 11.38%
B = 87.8%

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

#010E6C (or 0x010E6C) is known color: Navy. HEX triplet: 01, 0E and 6C. RGB value is (1,14,108). Sum of RGB (Red+Green+Blue) = 1+14+108=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 108 (42.58% from 255 or 87.80% from 123); Max value from RGB is 108 - color contains mainly: blue. Hex color #010E6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E6C is #FEF193. Grayscale: #141414. Windows color (decimal): -16707988 or 7081473. OLE color: 7081473.

HSL color Cylindrical-coordinate representation of color #010E6C: hue angle of 232.71º 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 #010E6C is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 14 108 -
CMYK 0.99 0.87 0 0.58
HSL 232.71º 0.98% 0.21% -
HSV(B) 232.71º 0.99% 0.42% -
XYZ 2.88 1.4 14.31 -
YUV 20.83 177.19 113.86 -
System Red Green Blue C M Y K H S L
Decimal 1 14 108 0.99 0.87 0 0.58 232.71 0.98 0.21
Hex 1 E 6C 63 57 0 3A E9 62 15
Octal 1 16 154 143 127 0 72 351 142 25
Binary 1 1110 1101100 1100011 1010111 0 111010 11101001 1100010 10101

Color Harmonies of #010E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E6C

Black with #010E6C

Text Example


Text Example

White with #010E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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