Html Css Color HEX #010E8E Dark Blue

📋 copy color: '#010E8E'

red 1 ◦ green 14 ◦ blue 142

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

Shades of Dark Blue #010E8E

Tints of Dark Blue #010E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 90.45%

R = 0.64%
G = 8.92%
B = 90.45%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#010E8E (or 0x010E8E) is known color: Dark Blue. HEX triplet: 01, 0E and 8E. RGB value is (1,14,142). Sum of RGB (Red+Green+Blue) = 1+14+142=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 142 (55.86% from 255 or 90.45% from 157); Max value from RGB is 142 - color contains mainly: blue. Hex color #010E8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010E8E is #FEF171. Grayscale: #181818. Windows color (decimal): -16707954 or 9309697. OLE color: 9309697.

HSL color Cylindrical-coordinate representation of color #010E8E: hue angle of 234.47º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E8E is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 14 142 -
CMYK 0.99 0.90 0 0.44
HSL 234.47º 0.99% 0.28% -
HSV(B) 234.47º 0.99% 0.56% -
XYZ 5.05 2.27 25.76 -
YUV 24.71 194.19 111.09 -
System Red Green Blue C M Y K H S L
Decimal 1 14 142 0.99 0.90 0 0.44 234.47 0.99 0.28
Hex 1 E 8E 63 5A 0 2C EA 63 1C
Octal 1 16 216 143 132 0 54 352 143 34
Binary 1 1110 10001110 1100011 1011010 0 101100 11101010 1100011 11100

Color Harmonies of #010E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E8E

Black with #010E8E

Text Example


Text Example

White with #010E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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