#02083D

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

Shades of Midnight Express #02083D

Tints of Midnight Express #02083D

Color information

#02083D (or 0x02083D) is unknown color: approx Midnight Express. HEX triplet: 02, 08 and 3D. RGB value is (2,8,61). Sum of RGB (Red+Green+Blue) = 2+8+61=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 61 (24.22% from 255 or 85.92% from 71); Max value from RGB is 61 - color contains mainly: blue. Hex color #02083D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02083D is #FDF7C2. Grayscale: #0C0C0C. Windows color (decimal): -16644035 or 3999746. OLE color: 3999746.

HSL color Cylindrical-coordinate representation of color #02083D: hue angle of 233.9º 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 #02083D is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB2861-
CMYK0.970.8700.76
HSL233.9º93.65%12.35%-
HSV(B)233.9º96.72%23.92%-
XYZ0.950.524.47-
YUV12.25155.51120.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.82%
GREEN value IS 8 (3.52% from 255) = 11.27%
BLUE value IS 61 (24.22% from 255) = 85.92%
R=2.82%
G=11.27%
B=85.92%

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
Decimal28610.970.8700.76233.993.6512.35
Hex283D615704Cea5ec
Octal21075141127011435213614
Binary10100011110111000011010111010011001110101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02083D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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