Html Css Color HEX #0D11AA New Midnight Blue

📋 copy color: '#0D11AA'

red 13 ◦ green 17 ◦ blue 170

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

Shades of New Midnight Blue #0D11AA

Tints of New Midnight Blue #0D11AA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.5%

 BLUE value IS 170 (66.8% from 255) = 85%

R = 6.5%
G = 8.5%
B = 85%

CMYK

 C value IS 0.92

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D11AA (or 0x0D11AA) is known color: New Midnight Blue. HEX triplet: 0D, 11 and AA. RGB value is (13,17,170). Sum of RGB (Red+Green+Blue) = 13+17+170=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 170 (66.80% from 255 or 85% from 200); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D11AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D11AA is #F2EE55. Grayscale: #202020. Windows color (decimal): -15920726 or 11145485. OLE color: 11145485.

HSL color Cylindrical-coordinate representation of color #0D11AA: hue angle of 238.47º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D11AA is Cyan = 0.92, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 17 170 -
CMYK 0.92 0.9 0 0.33
HSL 238.47º 0.86% 0.36% -
HSV(B) 238.47º 0.92% 0.67% -
XYZ 7.62 3.39 38.28 -
YUV 33.25 205.17 113.56 -
System Red Green Blue C M Y K H S L
Decimal 13 17 170 0.92 0.9 0 0.33 238.47 0.86 0.36
Hex D 11 AA 5C 5A 0 21 EE 56 24
Octal 15 21 252 134 132 0 41 356 126 44
Binary 1101 10001 10101010 1011100 1011010 0 100001 11101110 1010110 100100

Color Harmonies of #0D11AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D11AA

Black with #0D11AA

Text Example


Text Example

White with #0D11AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,17,170); }

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

background-color css

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

 a { background-color: rgb(13,17,170); }

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

border-color css

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

 span { border-color: rgb(13,17,170); }

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