Html Css Color HEX #010EAC New Midnight Blue

📋 copy color: '#010EAC'

red 1 ◦ green 14 ◦ blue 172

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

Shades of New Midnight Blue #010EAC

Tints of New Midnight Blue #010EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 91.98%

R = 0.53%
G = 7.49%
B = 91.98%

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

#010EAC (or 0x010EAC) is known color: New Midnight Blue. HEX triplet: 01, 0E and AC. RGB value is (1,14,172). Sum of RGB (Red+Green+Blue) = 1+14+172=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 172 (67.58% from 255 or 91.98% from 187); Max value from RGB is 172 - color contains mainly: blue. Hex color #010EAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010EAC is #FEF153. Grayscale: #1B1B1B. Windows color (decimal): -16707924 or 11275777. OLE color: 11275777.

HSL color Cylindrical-coordinate representation of color #010EAC: hue angle of 235.44º 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 #010EAC is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 14 172 -
CMYK 0.99 0.92 0 0.33
HSL 235.44º 0.99% 0.34% -
HSV(B) 235.44º 0.99% 0.67% -
XYZ 7.62 3.3 39.27 -
YUV 28.13 209.19 108.65 -
System Red Green Blue C M Y K H S L
Decimal 1 14 172 0.99 0.92 0 0.33 235.44 0.99 0.34
Hex 1 E AC 63 5C 0 21 EB 63 22
Octal 1 16 254 143 134 0 41 353 143 42
Binary 1 1110 10101100 1100011 1011100 0 100001 11101011 1100011 100010

Color Harmonies of #010EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010EAC

Black with #010EAC

Text Example


Text Example

White with #010EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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