Html Css Color HEX #010E9E New Midnight Blue

📋 copy color: '#010E9E'

red 1 ◦ green 14 ◦ blue 158

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

Shades of New Midnight Blue #010E9E

Tints of New Midnight Blue #010E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 91.33%

R = 0.58%
G = 8.09%
B = 91.33%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#010E9E (or 0x010E9E) is known color: New Midnight Blue. HEX triplet: 01, 0E and 9E. RGB value is (1,14,158). Sum of RGB (Red+Green+Blue) = 1+14+158=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 158 (62.11% from 255 or 91.33% from 173); Max value from RGB is 158 - color contains mainly: blue. Hex color #010E9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010E9E is #FEF161. Grayscale: #191919. Windows color (decimal): -16707938 or 10358273. OLE color: 10358273.

HSL color Cylindrical-coordinate representation of color #010E9E: hue angle of 235.03º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E9E is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 14 158 -
CMYK 0.99 0.91 0 0.38
HSL 235.03º 0.99% 0.31% -
HSV(B) 235.03º 0.99% 0.62% -
XYZ 6.34 2.79 32.55 -
YUV 26.53 202.19 109.79 -
System Red Green Blue C M Y K H S L
Decimal 1 14 158 0.99 0.91 0 0.38 235.03 0.99 0.31
Hex 1 E 9E 63 5B 0 26 EB 63 1F
Octal 1 16 236 143 133 0 46 353 143 37
Binary 1 1110 10011110 1100011 1011011 0 100110 11101011 1100011 11111

Color Harmonies of #010E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E9E

Black with #010E9E

Text Example


Text Example

White with #010E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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