Html Css Color HEX #010E9B New Midnight Blue

📋 copy color: '#010E9B'

red 1 ◦ green 14 ◦ blue 155

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

Shades of New Midnight Blue #010E9B

Tints of New Midnight Blue #010E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 91.18%

R = 0.59%
G = 8.24%
B = 91.18%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#010E9B (or 0x010E9B) is known color: New Midnight Blue. HEX triplet: 01, 0E and 9B. RGB value is (1,14,155). Sum of RGB (Red+Green+Blue) = 1+14+155=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 155 (60.94% from 255 or 91.18% from 170); Max value from RGB is 155 - color contains mainly: blue. Hex color #010E9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010E9B is #FEF164. Grayscale: #191919. Windows color (decimal): -16707941 or 10161665. OLE color: 10161665.

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

Color convert

RGB 1 14 155 -
CMYK 0.99 0.91 0 0.39
HSL 234.94º 0.99% 0.31% -
HSV(B) 234.94º 0.99% 0.61% -
XYZ 6.09 2.69 31.21 -
YUV 26.19 200.69 110.04 -
System Red Green Blue C M Y K H S L
Decimal 1 14 155 0.99 0.91 0 0.39 234.94 0.99 0.31
Hex 1 E 9B 63 5B 0 27 EB 63 1F
Octal 1 16 233 143 133 0 47 353 143 37
Binary 1 1110 10011011 1100011 1011011 0 100111 11101011 1100011 11111

Color Harmonies of #010E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E9B

Black with #010E9B

Text Example


Text Example

White with #010E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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