Html Css Color HEX #010E97 New Midnight Blue

📋 copy color: '#010E97'

red 1 ◦ green 14 ◦ blue 151

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

Shades of New Midnight Blue #010E97

Tints of New Midnight Blue #010E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 90.96%

R = 0.6%
G = 8.43%
B = 90.96%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#010E97 (or 0x010E97) is known color: New Midnight Blue. HEX triplet: 01, 0E and 97. RGB value is (1,14,151). Sum of RGB (Red+Green+Blue) = 1+14+151=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 151 (59.38% from 255 or 90.96% from 166); Max value from RGB is 151 - color contains mainly: blue. Hex color #010E97 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010E97 is #FEF168. Grayscale: #191919. Windows color (decimal): -16707945 or 9899521. OLE color: 9899521.

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

Color convert

RGB 1 14 151 -
CMYK 0.99 0.91 0 0.41
HSL 234.8º 0.99% 0.3% -
HSV(B) 234.8º 0.99% 0.59% -
XYZ 5.76 2.55 29.47 -
YUV 25.73 198.69 110.36 -
System Red Green Blue C M Y K H S L
Decimal 1 14 151 0.99 0.91 0 0.41 234.8 0.99 0.3
Hex 1 E 97 63 5B 0 29 EB 63 1E
Octal 1 16 227 143 133 0 51 353 143 36
Binary 1 1110 10010111 1100011 1011011 0 101001 11101011 1100011 11110

Color Harmonies of #010E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E97

Black with #010E97

Text Example


Text Example

White with #010E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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