#0D0BB3

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

Shades of New Midnight Blue #0D0BB3

Tints of New Midnight Blue #0D0BB3

Color information

#0D0BB3 (or 0x0D0BB3) is unknown color: approx New Midnight Blue. HEX triplet: 0D, 0B and B3. RGB value is (13,11,179). Sum of RGB (Red+Green+Blue) = 13+11+179=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 179 (70.31% from 255 or 88.18% from 203); Max value from RGB is 179 - color contains mainly: blue. Hex color #0D0BB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0BB3 is #F2F44C. Grayscale: #1E1E1E. Windows color (decimal): -15922253 or 11733773. OLE color: 11733773.

HSL color Cylindrical-coordinate representation of color #0D0BB3: hue angle of 240.71º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0BB3 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1311179-
CMYK0.930.9400.30
HSL240.71º88.42%37.25%-
HSV(B)240.71º93.85%70.2%-
XYZ8.423.5842.89-
YUV30.75211.66115.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.40%
GREEN value IS 11 (4.69% from 255) = 5.42%
BLUE value IS 179 (70.31% from 255) = 88.18%
R=6.40%
G=5.42%
B=88.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal13111790.930.9400.30240.7188.4237.25
HexDBB35D5E01Ef15825
Octal151326313513603636113045
Binary110110111011001110111011011110011110111100011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,11,179); }

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

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

 a { background-color: rgb(13,11,179); }

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

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

 span { border-color: rgb(13,11,179); }

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