#0B059C

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

Shades of New Midnight Blue #0B059C

Tints of New Midnight Blue #0B059C

Color information

#0B059C (or 0x0B059C) is unknown color: approx New Midnight Blue. HEX triplet: 0B, 05 and 9C. RGB value is (11,5,156). Sum of RGB (Red+Green+Blue) = 11+5+156=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 156 (61.33% from 255 or 90.70% from 172); Max value from RGB is 156 - color contains mainly: blue. Hex color #0B059C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B059C is #F4FA63. Grayscale: #171717. Windows color (decimal): -16054884 or 10224907. OLE color: 10224907.

HSL color Cylindrical-coordinate representation of color #0B059C: hue angle of 242.38º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B059C is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115156-
CMYK0.930.9700.39
HSL242.38º93.79%31.57%-
HSV(B)242.38º96.79%61.18%-
XYZ6.192.5831.62-
YUV24.01202.49118.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.40%
GREEN value IS 5 (2.34% from 255) = 2.91%
BLUE value IS 156 (61.33% from 255) = 90.70%
R=6.40%
G=2.91%
B=90.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151560.930.9700.39242.3893.7931.57
HexB59C5D61027f25e20
Octal13523413514104736213640
Binary101110110011100101110111000010100111111100101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,5,156); }

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

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

 a { background-color: rgb(11,5,156); }

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

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

 span { border-color: rgb(11,5,156); }

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