#08133B

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

Shades of Midnight Express #08133B

Tints of Midnight Express #08133B

Color information

#08133B (or 0x08133B) is unknown color: approx Midnight Express. HEX triplet: 08, 13 and 3B. RGB value is (8,19,59). Sum of RGB (Red+Green+Blue) = 8+19+59=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 59 (23.44% from 255 or 68.60% from 86); Max value from RGB is 59 - color contains mainly: blue. Hex color #08133B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08133B is #F7ECC4. Grayscale: #141414. Windows color (decimal): -16248005 or 3871496. OLE color: 3871496.

HSL color Cylindrical-coordinate representation of color #08133B: hue angle of 227.06º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08133B is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB81959-
CMYK0.860.6800.77
HSL227.06º76.12%13.14%-
HSV(B)227.06º86.44%23.14%-
XYZ1.120.834.24-
YUV20.27149.86119.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.30%
GREEN value IS 19 (7.81% from 255) = 22.09%
BLUE value IS 59 (23.44% from 255) = 68.60%
R=9.30%
G=22.09%
B=68.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal819590.860.6800.77227.0676.1213.14
Hex8133B564404De34cd
Octal102373126104011534311415
Binary10001001111101110101101000100010011011110001110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08133B; }

 p { color: rgb(8,19,59); }

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

<style>
 a { background-color: #08133B; }

 a { background-color: rgb(8,19,59); }

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

<style>
 span { border-color: #08133B; }

 span { border-color: rgb(8,19,59); }

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