#02083E

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

Shades of Midnight Express #02083E

Tints of Midnight Express #02083E

Color information

#02083E (or 0x02083E) is unknown color: approx Midnight Express. HEX triplet: 02, 08 and 3E. RGB value is (2,8,62). Sum of RGB (Red+Green+Blue) = 2+8+62=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 62 (24.61% from 255 or 86.11% from 72); Max value from RGB is 62 - color contains mainly: blue. Hex color #02083E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02083E is #FDF7C1. Grayscale: #0C0C0C. Windows color (decimal): -16644034 or 4065282. OLE color: 4065282.

HSL color Cylindrical-coordinate representation of color #02083E: hue angle of 234º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02083E is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB2862-
CMYK0.970.8700.76
HSL234º93.75%12.55%-
HSV(B)234º96.77%24.31%-
XYZ0.980.534.61-
YUV12.36156.01120.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.78%
GREEN value IS 8 (3.52% from 255) = 11.11%
BLUE value IS 62 (24.61% from 255) = 86.11%
R=2.78%
G=11.11%
B=86.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal28620.970.8700.7623493.7512.55
Hex283E615704Cea5ed
Octal21076141127011435213615
Binary10100011111011000011010111010011001110101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02083E; }

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

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

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

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

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

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

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

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