Html Css Color HEX #010EAA New Midnight Blue

📋 copy color: '#010EAA'

red 1 ◦ green 14 ◦ blue 170

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

Shades of New Midnight Blue #010EAA

Tints of New Midnight Blue #010EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 91.89%

R = 0.54%
G = 7.57%
B = 91.89%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#010EAA (or 0x010EAA) is known color: New Midnight Blue. HEX triplet: 01, 0E and AA. RGB value is (1,14,170). Sum of RGB (Red+Green+Blue) = 1+14+170=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 170 (66.80% from 255 or 91.89% from 185); Max value from RGB is 170 - color contains mainly: blue. Hex color #010EAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010EAA is #FEF155. Grayscale: #1B1B1B. Windows color (decimal): -16707926 or 11144705. OLE color: 11144705.

HSL color Cylindrical-coordinate representation of color #010EAA: hue angle of 235.38º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010EAA is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 14 170 -
CMYK 0.99 0.92 0 0.33
HSL 235.38º 0.99% 0.34% -
HSV(B) 235.38º 0.99% 0.67% -
XYZ 7.43 3.22 38.26 -
YUV 27.9 208.19 108.82 -
System Red Green Blue C M Y K H S L
Decimal 1 14 170 0.99 0.92 0 0.33 235.38 0.99 0.34
Hex 1 E AA 63 5C 0 21 EB 63 22
Octal 1 16 252 143 134 0 41 353 143 42
Binary 1 1110 10101010 1100011 1011100 0 100001 11101011 1100011 100010

Color Harmonies of #010EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010EAA

Black with #010EAA

Text Example


Text Example

White with #010EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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