Html Css Color HEX #010DA9 New Midnight Blue

📋 copy color: '#010DA9'

red 1 ◦ green 13 ◦ blue 169

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

Shades of New Midnight Blue #010DA9

Tints of New Midnight Blue #010DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 92.35%

R = 0.55%
G = 7.1%
B = 92.35%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#010DA9 (or 0x010DA9) is known color: New Midnight Blue. HEX triplet: 01, 0D and A9. RGB value is (1,13,169). Sum of RGB (Red+Green+Blue) = 1+13+169=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 169 (66.41% from 255 or 92.35% from 183); Max value from RGB is 169 - color contains mainly: blue. Hex color #010DA9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010DA9 is #FEF256. Grayscale: #1A1A1A. Windows color (decimal): -16708183 or 11078913. OLE color: 11078913.

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

Color convert

RGB 1 13 169 -
CMYK 0.99 0.92 0 0.34
HSL 235.71º 0.99% 0.33% -
HSV(B) 235.71º 0.99% 0.66% -
XYZ 7.32 3.16 37.76 -
YUV 27.2 208.02 109.32 -
System Red Green Blue C M Y K H S L
Decimal 1 13 169 0.99 0.92 0 0.34 235.71 0.99 0.33
Hex 1 D A9 63 5C 0 22 EC 63 21
Octal 1 15 251 143 134 0 42 354 143 41
Binary 1 1101 10101001 1100011 1011100 0 100010 11101100 1100011 100001

Color Harmonies of #010DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010DA9

Black with #010DA9

Text Example


Text Example

White with #010DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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