#0D09B1

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

Shades of New Midnight Blue #0D09B1

Tints of New Midnight Blue #0D09B1

Color information

#0D09B1 (or 0x0D09B1) is unknown color: approx New Midnight Blue. HEX triplet: 0D, 09 and B1. RGB value is (13,9,177). Sum of RGB (Red+Green+Blue) = 13+9+177=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 177 (69.53% from 255 or 88.94% from 199); Max value from RGB is 177 - color contains mainly: blue. Hex color #0D09B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D09B1 is #F2F64E. Grayscale: #1C1C1C. Windows color (decimal): -15922767 or 11602189. OLE color: 11602189.

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

Color convert

RGB139177-
CMYK0.930.9500.31
HSL241.43º90.32%36.47%-
HSV(B)241.43º94.92%69.41%-
XYZ8.23.4641.83-
YUV29.35211.33116.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.53%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 177 (69.53% from 255) = 88.94%
R=6.53%
G=4.52%
B=88.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391770.930.9500.31241.4390.3236.47
HexD9B15D5F01Ff15a24
Octal151126113513703736113244
Binary110110011011000110111011011111011111111100011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D09B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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