#02083C

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

Shades of Midnight Express #02083C

Tints of Midnight Express #02083C

Color information

#02083C (or 0x02083C) is unknown color: approx Midnight Express. HEX triplet: 02, 08 and 3C. RGB value is (2,8,60). Sum of RGB (Red+Green+Blue) = 2+8+60=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 60 (23.83% from 255 or 85.71% from 70); Max value from RGB is 60 - color contains mainly: blue. Hex color #02083C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02083C is #FDF7C3. Grayscale: #0B0B0B. Windows color (decimal): -16644036 or 3934210. OLE color: 3934210.

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

Color convert

RGB2860-
CMYK0.970.8700.76
HSL233.79º93.55%12.16%-
HSV(B)233.79º96.67%23.53%-
XYZ0.930.514.33-
YUV12.13155.01120.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.86%
GREEN value IS 8 (3.52% from 255) = 11.43%
BLUE value IS 60 (23.83% from 255) = 85.71%
R=2.86%
G=11.43%
B=85.71%

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
Decimal28600.970.8700.76233.7993.5512.16
Hex283C615704Cea5ec
Octal21074141127011435213614
Binary10100011110011000011010111010011001110101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02083C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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