#0B1036

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

Shades of Midnight Express #0B1036

Tints of Midnight Express #0B1036

Color information

#0B1036 (or 0x0B1036) is unknown color: approx Midnight Express. HEX triplet: 0B, 10 and 36. RGB value is (11,16,54). Sum of RGB (Red+Green+Blue) = 11+16+54=81 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.58% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 54 (21.48% from 255 or 66.67% from 81); Max value from RGB is 54 - color contains mainly: blue. Hex color #0B1036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1036 is #F4EFC9. Grayscale: #121212. Windows color (decimal): -16052170 or 3543051. OLE color: 3543051.

HSL color Cylindrical-coordinate representation of color #0B1036: hue angle of 233.02º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B1036 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB111654-
CMYK0.800.7000.79
HSL233.02º66.15%12.75%-
HSV(B)233.02º79.63%21.18%-
XYZ0.990.713.57-
YUV18.84147.84122.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.58%
GREEN value IS 16 (6.64% from 255) = 19.75%
BLUE value IS 54 (21.48% from 255) = 66.67%
R=13.58%
G=19.75%
B=66.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1116540.800.7000.79233.0266.1512.75
HexB1036504604Fe942d
Octal132066120106011735110215
Binary10111000011011010100001000110010011111110100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,16,54); }

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

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

 a { background-color: rgb(11,16,54); }

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

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

 span { border-color: rgb(11,16,54); }

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