Html Css Color HEX #010DAE New Midnight Blue

📋 copy color: '#010DAE'

red 1 ◦ green 13 ◦ blue 174

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

Shades of New Midnight Blue #010DAE

Tints of New Midnight Blue #010DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.91%

 BLUE value IS 174 (68.36% from 255) = 92.55%

R = 0.53%
G = 6.91%
B = 92.55%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#010DAE (or 0x010DAE) is known color: New Midnight Blue. HEX triplet: 01, 0D and AE. RGB value is (1,13,174). Sum of RGB (Red+Green+Blue) = 1+13+174=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 174 (68.36% from 255 or 92.55% from 188); Max value from RGB is 174 - color contains mainly: blue. Hex color #010DAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010DAE is #FEF251. Grayscale: #1B1B1B. Windows color (decimal): -16708178 or 11406593. OLE color: 11406593.

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

Color convert

RGB 1 13 174 -
CMYK 0.99 0.93 0 0.32
HSL 235.84º 0.99% 0.34% -
HSV(B) 235.84º 0.99% 0.68% -
XYZ 7.8 3.35 40.28 -
YUV 27.77 210.52 108.91 -
System Red Green Blue C M Y K H S L
Decimal 1 13 174 0.99 0.93 0 0.32 235.84 0.99 0.34
Hex 1 D AE 63 5D 0 20 EC 63 22
Octal 1 15 256 143 135 0 40 354 143 42
Binary 1 1101 10101110 1100011 1011101 0 100000 11101100 1100011 100010

Color Harmonies of #010DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010DAE

Black with #010DAE

Text Example


Text Example

White with #010DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,13,174); }

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

background-color css

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

 a { background-color: rgb(1,13,174); }

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

border-color css

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

 span { border-color: rgb(1,13,174); }

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