#08122D

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

Shades of Midnight Express #08122D

Tints of Midnight Express #08122D

Color information

#08122D (or 0x08122D) is unknown color: approx Midnight Express. HEX triplet: 08, 12 and 2D. RGB value is (8,18,45). Sum of RGB (Red+Green+Blue) = 8+18+45=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 45 (17.97% from 255 or 63.38% from 71); Max value from RGB is 45 - color contains mainly: blue. Hex color #08122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08122D is #F7EDD2. Grayscale: #111111. Windows color (decimal): -16248275 or 2953736. OLE color: 2953736.

HSL color Cylindrical-coordinate representation of color #08122D: hue angle of 223.78º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08122D is Cyan = 0.82, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB81845-
CMYK0.820.600.82
HSL223.78º69.81%10.39%-
HSV(B)223.78º82.22%17.65%-
XYZ0.790.672.57-
YUV18.09143.19120.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.27%
GREEN value IS 18 (7.42% from 255) = 25.35%
BLUE value IS 45 (17.97% from 255) = 63.38%
R=11.27%
G=25.35%
B=63.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal818450.820.600.82223.7869.8110.39
Hex8122D523C052e046a
Octal10225512274012234010612
Binary1000100101011011010010111100010100101110000010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08122D; }

 p { color: rgb(8,18,45); }

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

<style>
 a { background-color: #08122D; }

 a { background-color: rgb(8,18,45); }

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

<style>
 span { border-color: #08122D; }

 span { border-color: rgb(8,18,45); }

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