Html Css Color HEX #0D00AA New Midnight Blue

📋 copy color: '#0D00AA'

red 13 ◦ green 0 ◦ blue 170

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

Shades of New Midnight Blue #0D00AA

Tints of New Midnight Blue #0D00AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 7.1%
G = 0%
B = 92.9%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D00AA (or 0x0D00AA) is known color: New Midnight Blue. HEX triplet: 0D, 00 and AA. RGB value is (13,0,170). Sum of RGB (Red+Green+Blue) = 13+0+170=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 170 (66.80% from 255 or 92.90% from 183); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D00AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D00AA is #F2FF55. Grayscale: #161616. Windows color (decimal): -15925078 or 11141133. OLE color: 11141133.

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

Color convert

RGB 13 0 170 -
CMYK 0.92 1 0 0.33
HSL 244.59º 1% 0.33% -
HSV(B) 244.59º 1% 0.67% -
XYZ 7.42 2.99 38.22 -
YUV 23.27 210.81 120.68 -
System Red Green Blue C M Y K H S L
Decimal 13 0 170 0.92 1 0 0.33 244.59 1 0.33
Hex D 0 AA 5C 64 0 21 F5 64 21
Octal 15 0 252 134 144 0 41 365 144 41
Binary 1101 0 10101010 1011100 1100100 0 100001 11110101 1100100 100001

Color Harmonies of #0D00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D00AA

Black with #0D00AA

Text Example


Text Example

White with #0D00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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