#000B32

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

Shades of Midnight Express #000B32

Tints of Midnight Express #000B32

Color information

#000B32 (or 0x000B32) is unknown color: approx Midnight Express. HEX triplet: 00, 0B and 32. RGB value is (0,11,50). Sum of RGB (Red+Green+Blue) = 0+11+50=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 50 (19.92% from 255 or 81.97% from 61); Max value from RGB is 50 - color contains mainly: blue. Hex color #000B32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B32 is #FFF4CD. Grayscale: #0B0B0B. Windows color (decimal): -16774350 or 3279616. OLE color: 3279616.

HSL color Cylindrical-coordinate representation of color #000B32: hue angle of 226.8º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B32 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB01150-
CMYK10.7800.80
HSL226.8º100%9.8%-
HSV(B)226.8º100%19.61%-
XYZ0.70.473.07-
YUV12.16149.36119.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 11 (4.69% from 255) = 18.03%
BLUE value IS 50 (19.92% from 255) = 81.97%
R=0%
G=18.03%
B=81.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0115010.7800.80226.81009.8
Hex0B32644E050e364a
Octal01362144116012034314412
Binary0101111001011001001001110010100001110001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000B32; }

 p { color: rgb(0,11,50); }

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

<style>
 a { background-color: #000B32; }

 a { background-color: rgb(0,11,50); }

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

<style>
 span { border-color: #000B32; }

 span { border-color: rgb(0,11,50); }

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