#0B053A

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

Shades of Midnight Express #0B053A

Tints of Midnight Express #0B053A

Color information

#0B053A (or 0x0B053A) is unknown color: approx Midnight Express. HEX triplet: 0B, 05 and 3A. RGB value is (11,5,58). Sum of RGB (Red+Green+Blue) = 11+5+58=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 58 (23.05% from 255 or 78.38% from 74); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B053A is #F4FAC5. Grayscale: #0C0C0C. Windows color (decimal): -16054982 or 3802379. OLE color: 3802379.

HSL color Cylindrical-coordinate representation of color #0B053A: hue angle of 246.79º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B053A is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB11558-
CMYK0.810.9100.77
HSL246.79º84.13%12.35%-
HSV(B)246.79º91.38%22.75%-
XYZ0.960.494.05-
YUV12.84153.49126.69-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.86%
GREEN value IS 5 (2.34% from 255) = 6.76%
BLUE value IS 58 (23.05% from 255) = 78.38%
R=14.86%
G=6.76%
B=78.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal115580.810.9100.77246.7984.1312.35
HexB53A515B04Df754c
Octal13572121133011536712414
Binary101110111101010100011011011010011011111011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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