#02193C

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

Shades of Midnight Express #02193C

Tints of Midnight Express #02193C

Color information

#02193C (or 0x02193C) is unknown color: approx Midnight Express. HEX triplet: 02, 19 and 3C. RGB value is (2,25,60). Sum of RGB (Red+Green+Blue) = 2+25+60=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 60 (23.83% from 255 or 68.97% from 87); Max value from RGB is 60 - color contains mainly: blue. Hex color #02193C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02193C is #FDE6C3. Grayscale: #151515. Windows color (decimal): -16639684 or 3938562. OLE color: 3938562.

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

Color convert

RGB22560-
CMYK0.970.5800.76
HSL216.21º93.55%12.16%-
HSV(B)216.21º96.67%23.53%-
XYZ1.191.034.41-
YUV22.11149.38113.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.30%
GREEN value IS 25 (10.16% from 255) = 28.74%
BLUE value IS 60 (23.83% from 255) = 68.97%
R=2.30%
G=28.74%
B=68.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal225600.970.5800.76216.2193.5512.16
Hex2193C613A04Cd85ec
Octal2317414172011433013614
Binary10110011111001100001111010010011001101100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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