#08122C

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

Shades of Midnight Express #08122C

Tints of Midnight Express #08122C

Color information

#08122C (or 0x08122C) is unknown color: approx Midnight Express. HEX triplet: 08, 12 and 2C. RGB value is (8,18,44). Sum of RGB (Red+Green+Blue) = 8+18+44=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 44 (17.58% from 255 or 62.86% from 70); Max value from RGB is 44 - color contains mainly: blue. Hex color #08122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08122C is #F7EDD3. Grayscale: #111111. Windows color (decimal): -16248276 or 2888200. OLE color: 2888200.

HSL color Cylindrical-coordinate representation of color #08122C: hue angle of 223.33º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08122C is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB81844-
CMYK0.820.5900.83
HSL223.33º69.23%10.2%-
HSV(B)223.33º81.82%17.25%-
XYZ0.770.672.47-
YUV17.97142.69120.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.43%
GREEN value IS 18 (7.42% from 255) = 25.71%
BLUE value IS 44 (17.58% from 255) = 62.86%
R=11.43%
G=25.71%
B=62.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal818440.820.5900.83223.3369.2310.2
Hex8122C523B053df45a
Octal10225412273012333710512
Binary1000100101011001010010111011010100111101111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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