Html Css Color HEX #0D01AB New Midnight Blue

📋 copy color: '#0D01AB'

red 13 ◦ green 1 ◦ blue 171

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

Shades of New Midnight Blue #0D01AB

Tints of New Midnight Blue #0D01AB

RGB

 RED value IS 13 (5.47% from 255) = 7.03%

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

 BLUE value IS 171 (67.19% from 255) = 92.43%

R = 7.03%
G = 0.54%
B = 92.43%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D01AB (or 0x0D01AB) is known color: New Midnight Blue. HEX triplet: 0D, 01 and AB. RGB value is (13,1,171). Sum of RGB (Red+Green+Blue) = 13+1+171=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 171 (67.19% from 255 or 92.43% from 185); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D01AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D01AB is #F2FE54. Grayscale: #171717. Windows color (decimal): -15924821 or 11206925. OLE color: 11206925.

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

Color convert

RGB 13 1 171 -
CMYK 0.92 0.99 0 0.33
HSL 244.24º 0.99% 0.34% -
HSV(B) 244.24º 0.99% 0.67% -
XYZ 7.53 3.05 38.72 -
YUV 23.97 210.98 120.18 -
System Red Green Blue C M Y K H S L
Decimal 13 1 171 0.92 0.99 0 0.33 244.24 0.99 0.34
Hex D 1 AB 5C 63 0 21 F4 63 22
Octal 15 1 253 134 143 0 41 364 143 42
Binary 1101 1 10101011 1011100 1100011 0 100001 11110100 1100011 100010

Color Harmonies of #0D01AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D01AB

Black with #0D01AB

Text Example


Text Example

White with #0D01AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D01AB; }

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

 H1.HeaderClassName
 {
   color: #0D01AB;
 }
 .AnyTagClassName
 {
   color: #0D01AB;
 }
</style>

background-color css

<style>
 a { background-color: #0D01AB; }

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

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

border-color css

<style>
 span { border-color: #0D01AB; }

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

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