#0B009F

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

Shades of New Midnight Blue #0B009F

Tints of New Midnight Blue #0B009F

Color information

#0B009F (or 0x0B009F) is unknown color: approx New Midnight Blue. HEX triplet: 0B, 00 and 9F. RGB value is (11,0,159). Sum of RGB (Red+Green+Blue) = 11+0+159=170 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.47% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 159 (62.5% from 255 or 93.53% from 170); Max value from RGB is 159 - color contains mainly: blue. Hex color #0B009F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B009F is #F4FF60. Grayscale: #141414. Windows color (decimal): -16056161 or 10420235. OLE color: 10420235.

HSL color Cylindrical-coordinate representation of color #0B009F: hue angle of 244.15º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B009F is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB110159-
CMYK0.93100.38
HSL244.15º100%31.18%-
HSV(B)244.15º100%62.35%-
XYZ6.42.5732.96-
YUV21.42205.64120.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 93.53%
R=6.47%
G=0%
B=93.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1101590.93100.38244.1510031.18
HexB09F5D64026f4641f
Octal13023713514404636414437
Binary101101001111110111011100100010011011110100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,0,159); }

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

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

 a { background-color: rgb(11,0,159); }

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

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

 span { border-color: rgb(11,0,159); }

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