#0D09AE

Color #0D09AE New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #0D09AE

Tints of New Midnight Blue #0D09AE

Color information

#0D09AE (or 0x0D09AE) is unknown color: approx New Midnight Blue. HEX triplet: 0D, 09 and AE. RGB value is (13,9,174). Sum of RGB (Red+Green+Blue) = 13+9+174=196 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.63% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 174 (68.36% from 255 or 88.78% from 196); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D09AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D09AE is #F2F651. Grayscale: #1C1C1C. Windows color (decimal): -15922770 or 11405581. OLE color: 11405581.

HSL color Cylindrical-coordinate representation of color #0D09AE: hue angle of 241.45º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D09AE is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB139174-
CMYK0.930.9500.32
HSL241.45º90.16%35.88%-
HSV(B)241.45º94.83%68.24%-
XYZ7.93.3440.27-
YUV29.01209.83116.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.63%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 174 (68.36% from 255) = 88.78%
R=6.63%
G=4.59%
B=88.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391740.930.9500.32241.4590.1635.88
HexD9AE5D5F020f15a24
Octal151125613513704036113244
Binary1101100110101110101110110111110100000111100011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D09AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D09AE;
 }
 .AnyTagClassName
 {
   color: #0D09AE;
 }
</style>
background-color css

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

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

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

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

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

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