#0B095A

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

Shades of Midnight Blue #0B095A

Tints of Midnight Blue #0B095A

Color information

#0B095A (or 0x0B095A) is unknown color: approx Midnight Blue. HEX triplet: 0B, 09 and 5A. RGB value is (11,9,90). Sum of RGB (Red+Green+Blue) = 11+9+90=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 90 (35.55% from 255 or 81.82% from 110); Max value from RGB is 90 - color contains mainly: blue. Hex color #0B095A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B095A is #F4F6A5. Grayscale: #121212. Windows color (decimal): -16053926 or 5900555. OLE color: 5900555.

HSL color Cylindrical-coordinate representation of color #0B095A: hue angle of 241.48º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B095A is Cyan = 0.88, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB11990-
CMYK0.880.900.65
HSL241.48º81.82%19.41%-
HSV(B)241.48º90%35.29%-
XYZ2.0819.76-
YUV18.83168.16122.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 90 (35.55% from 255) = 81.82%
R=10%
G=8.18%
B=81.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal119900.880.900.65241.4881.8219.41
HexB95A585A041f15213
Octal1311132130132010136112223
Binary101110011011010101100010110100100000111110001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,9,90); }

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

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

 a { background-color: rgb(11,9,90); }

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

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

 span { border-color: rgb(11,9,90); }

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