#0B089F

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

Shades of New Midnight Blue #0B089F

Tints of New Midnight Blue #0B089F

Color information

#0B089F (or 0x0B089F) is unknown color: approx New Midnight Blue. HEX triplet: 0B, 08 and 9F. RGB value is (11,8,159). Sum of RGB (Red+Green+Blue) = 11+8+159=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 159 (62.5% from 255 or 89.33% from 178); Max value from RGB is 159 - color contains mainly: blue. Hex color #0B089F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B089F is #F4F760. Grayscale: #191919. Windows color (decimal): -16054113 or 10422283. OLE color: 10422283.

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

Color convert

RGB118159-
CMYK0.930.9500.38
HSL241.19º90.42%32.75%-
HSV(B)241.19º94.97%62.35%-
XYZ6.482.7532.99-
YUV26.11202.99117.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.18%
GREEN value IS 8 (3.52% from 255) = 4.49%
BLUE value IS 159 (62.5% from 255) = 89.33%
R=6.18%
G=4.49%
B=89.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181590.930.9500.38241.1990.4232.75
HexB89F5D5F026f15a21
Octal131023713513704636113241
Binary1011100010011111101110110111110100110111100011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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