#02113C

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

Shades of Midnight Express #02113C

Tints of Midnight Express #02113C

Color information

#02113C (or 0x02113C) is unknown color: approx Midnight Express. HEX triplet: 02, 11 and 3C. RGB value is (2,17,60). Sum of RGB (Red+Green+Blue) = 2+17+60=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 60 (23.83% from 255 or 75.95% from 79); Max value from RGB is 60 - color contains mainly: blue. Hex color #02113C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02113C is #FDEEC3. Grayscale: #111111. Windows color (decimal): -16641732 or 3936514. OLE color: 3936514.

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

Color convert

RGB21760-
CMYK0.970.7200.76
HSL224.48º93.55%12.16%-
HSV(B)224.48º96.67%23.53%-
XYZ1.040.744.36-
YUV17.42152.03117-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.53%
GREEN value IS 17 (7.03% from 255) = 21.52%
BLUE value IS 60 (23.83% from 255) = 75.95%
R=2.53%
G=21.52%
B=75.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal217600.970.7200.76224.4893.5512.16
Hex2113C614804Ce05ec
Octal22174141110011434013614
Binary101000111110011000011001000010011001110000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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