#02103D

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

Shades of Midnight Express #02103D

Tints of Midnight Express #02103D

Color information

#02103D (or 0x02103D) is unknown color: approx Midnight Express. HEX triplet: 02, 10 and 3D. RGB value is (2,16,61). Sum of RGB (Red+Green+Blue) = 2+16+61=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 61 (24.22% from 255 or 77.22% from 79); Max value from RGB is 61 - color contains mainly: blue. Hex color #02103D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02103D is #FDEFC2. Grayscale: #101010. Windows color (decimal): -16641987 or 4001794. OLE color: 4001794.

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

Color convert

RGB21661-
CMYK0.970.7400.76
HSL225.76º93.65%12.35%-
HSV(B)225.76º96.72%23.92%-
XYZ1.050.724.5-
YUV16.94152.86117.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.53%
GREEN value IS 16 (6.64% from 255) = 20.25%
BLUE value IS 61 (24.22% from 255) = 77.22%
R=2.53%
G=20.25%
B=77.22%

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
Decimal216610.970.7400.76225.7693.6512.35
Hex2103D614A04Ce25ec
Octal22075141112011434213614
Binary101000011110111000011001010010011001110001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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