#0B093E

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

Shades of Midnight Express #0B093E

Tints of Midnight Express #0B093E

Color information

#0B093E (or 0x0B093E) is unknown color: approx Midnight Express. HEX triplet: 0B, 09 and 3E. RGB value is (11,9,62). Sum of RGB (Red+Green+Blue) = 11+9+62=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 62 (24.61% from 255 or 75.61% from 82); Max value from RGB is 62 - color contains mainly: blue. Hex color #0B093E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B093E is #F4F6C1. Grayscale: #0F0F0F. Windows color (decimal): -16053954 or 4065547. OLE color: 4065547.

HSL color Cylindrical-coordinate representation of color #0B093E: hue angle of 242.26º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B093E is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB11962-
CMYK0.820.8500.76
HSL242.26º74.65%13.92%-
HSV(B)242.26º85.48%24.31%-
XYZ1.110.614.62-
YUV15.64154.16124.69-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.41%
GREEN value IS 9 (3.91% from 255) = 10.98%
BLUE value IS 62 (24.61% from 255) = 75.61%
R=13.41%
G=10.98%
B=75.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal119620.820.8500.76242.2674.6513.92
HexB93E525504Cf24be
Octal131176122125011436211316
Binary1011100111111010100101010101010011001111001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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