Html Css Color HEX #010DA1 New Midnight Blue

📋 copy color: '#010DA1'

red 1 ◦ green 13 ◦ blue 161

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

Shades of New Midnight Blue #010DA1

Tints of New Midnight Blue #010DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 92%

R = 0.57%
G = 7.43%
B = 92%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#010DA1 (or 0x010DA1) is known color: New Midnight Blue. HEX triplet: 01, 0D and A1. RGB value is (1,13,161). Sum of RGB (Red+Green+Blue) = 1+13+161=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 161 (63.28% from 255 or 92% from 175); Max value from RGB is 161 - color contains mainly: blue. Hex color #010DA1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010DA1 is #FEF25E. Grayscale: #191919. Windows color (decimal): -16708191 or 10554625. OLE color: 10554625.

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

Color convert

RGB 1 13 161 -
CMYK 0.99 0.92 0 0.37
HSL 235.5º 0.99% 0.32% -
HSV(B) 235.5º 0.99% 0.63% -
XYZ 6.59 2.87 33.92 -
YUV 26.28 204.02 109.97 -
System Red Green Blue C M Y K H S L
Decimal 1 13 161 0.99 0.92 0 0.37 235.5 0.99 0.32
Hex 1 D A1 63 5C 0 25 EC 63 20
Octal 1 15 241 143 134 0 45 354 143 40
Binary 1 1101 10100001 1100011 1011100 0 100101 11101100 1100011 100000

Color Harmonies of #010DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010DA1

Black with #010DA1

Text Example


Text Example

White with #010DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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