#021035

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

Shades of Midnight Express #021035

Tints of Midnight Express #021035

Color information

#021035 (or 0x021035) is unknown color: approx Midnight Express. HEX triplet: 02, 10 and 35. RGB value is (2,16,53). Sum of RGB (Red+Green+Blue) = 2+16+53=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 53 (21.09% from 255 or 74.65% from 71); Max value from RGB is 53 - color contains mainly: blue. Hex color #021035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021035 is #FDEFCA. Grayscale: #0F0F0F. Windows color (decimal): -16641995 or 3477506. OLE color: 3477506.

HSL color Cylindrical-coordinate representation of color #021035: hue angle of 223.53º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021035 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB21653-
CMYK0.960.7000.79
HSL223.53º92.73%10.78%-
HSV(B)223.53º96.23%20.78%-
XYZ0.850.643.45-
YUV16.03148.86117.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.82%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 53 (21.09% from 255) = 74.65%
R=2.82%
G=22.54%
B=74.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal216530.960.7000.79223.5392.7310.78
Hex21035604604Fe05db
Octal22065140106011734013513
Binary101000011010111000001000110010011111110000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021035; }

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

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

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

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

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

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

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

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