#02103E

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

Shades of Midnight Express #02103E

Tints of Midnight Express #02103E

Color information

#02103E (or 0x02103E) is unknown color: approx Midnight Express. HEX triplet: 02, 10 and 3E. RGB value is (2,16,62). Sum of RGB (Red+Green+Blue) = 2+16+62=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 62 (24.61% from 255 or 77.5% from 80); Max value from RGB is 62 - color contains mainly: blue. Hex color #02103E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02103E is #FDEFC1. Grayscale: #101010. Windows color (decimal): -16641986 or 4067330. OLE color: 4067330.

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

Color convert

RGB21662-
CMYK0.970.7400.76
HSL226º93.75%12.55%-
HSV(B)226º96.77%24.31%-
XYZ1.080.734.64-
YUV17.06153.36117.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.5%
GREEN value IS 16 (6.64% from 255) = 20%
BLUE value IS 62 (24.61% from 255) = 77.5%
R=2.5%
G=20%
B=77.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal216620.970.7400.7622693.7512.55
Hex2103E614A04Ce25ed
Octal22076141112011434213615
Binary101000011111011000011001010010011001110001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02103E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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