Html Css Color HEX #0D09AA New Midnight Blue

📋 copy color: '#0D09AA'

red 13 ◦ green 9 ◦ blue 170

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

Shades of New Midnight Blue #0D09AA

Tints of New Midnight Blue #0D09AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.69%

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

R = 6.77%
G = 4.69%
B = 88.54%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D09AA (or 0x0D09AA) is known color: New Midnight Blue. HEX triplet: 0D, 09 and AA. RGB value is (13,9,170). Sum of RGB (Red+Green+Blue) = 13+9+170=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 170 (66.80% from 255 or 88.54% from 192); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D09AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D09AA is #F2F655. Grayscale: #1B1B1B. Windows color (decimal): -15922774 or 11143437. OLE color: 11143437.

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

Color convert

RGB 13 9 170 -
CMYK 0.92 0.95 0 0.33
HSL 241.49º 0.9% 0.35% -
HSV(B) 241.49º 0.95% 0.67% -
XYZ 7.52 3.18 38.25 -
YUV 28.55 207.83 116.91 -
System Red Green Blue C M Y K H S L
Decimal 13 9 170 0.92 0.95 0 0.33 241.49 0.9 0.35
Hex D 9 AA 5C 5F 0 21 F1 5A 23
Octal 15 11 252 134 137 0 41 361 132 43
Binary 1101 1001 10101010 1011100 1011111 0 100001 11110001 1011010 100011

Color Harmonies of #0D09AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D09AA

Black with #0D09AA

Text Example


Text Example

White with #0D09AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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