#000B2D

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

Shades of Midnight Express #000B2D

Tints of Midnight Express #000B2D

Color information

#000B2D (or 0x000B2D) is unknown color: approx Midnight Express. HEX triplet: 00, 0B and 2D. RGB value is (0,11,45). Sum of RGB (Red+Green+Blue) = 0+11+45=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 45 (17.97% from 255 or 80.36% from 56); Max value from RGB is 45 - color contains mainly: blue. Hex color #000B2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B2D is #FFF4D2. Grayscale: #0B0B0B. Windows color (decimal): -16774355 or 2951936. OLE color: 2951936.

HSL color Cylindrical-coordinate representation of color #000B2D: hue angle of 225.33º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B2D is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB01145-
CMYK10.7600.82
HSL225.33º100%8.82%-
HSV(B)225.33º100%17.65%-
XYZ0.590.432.53-
YUV11.59146.86119.74-

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) = 19.64%
BLUE value IS 45 (17.97% from 255) = 80.36%
R=0%
G=19.64%
B=80.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0114510.7600.82225.331008.82
Hex0B2D644C052e1649
Octal01355144114012234114411
Binary0101110110111001001001100010100101110000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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