#080238

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

Shades of Midnight Express #080238

Tints of Midnight Express #080238

Color information

#080238 (or 0x080238) is unknown color: approx Midnight Express. HEX triplet: 08, 02 and 38. RGB value is (8,2,56). Sum of RGB (Red+Green+Blue) = 8+2+56=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 56 (22.27% from 255 or 84.85% from 66); Max value from RGB is 56 - color contains mainly: blue. Hex color #080238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080238 is #F7FDC7. Grayscale: #090909. Windows color (decimal): -16252360 or 3670536. OLE color: 3670536.

HSL color Cylindrical-coordinate representation of color #080238: hue angle of 246.67º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080238 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB8256-
CMYK0.860.9600.78
HSL246.67º93.1%11.37%-
HSV(B)246.67º96.43%21.96%-
XYZ0.840.383.77-
YUV9.95153.99126.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.12%
GREEN value IS 2 (1.17% from 255) = 3.03%
BLUE value IS 56 (22.27% from 255) = 84.85%
R=12.12%
G=3.03%
B=84.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal82560.860.9600.78246.6793.111.37
Hex8238566004Ef75db
Octal10270126140011636713513
Binary10001011100010101101100000010011101111011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080238; }

 p { color: rgb(8,2,56); }

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

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

 a { background-color: rgb(8,2,56); }

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

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

 span { border-color: rgb(8,2,56); }

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