Html Css Color HEX #021235 Midnight Express

📋 copy color: '#021235'

red 2 ◦ green 18 ◦ blue 53

#021235
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #021235

Tints of Midnight Express #021235

RGB

 RED value IS 2 (1.17% from 255) = 2.74%

 GREEN value IS 18 (7.42% from 255) = 24.66%

 BLUE value IS 53 (21.09% from 255) = 72.6%

R = 2.74%
G = 24.66%
B = 72.6%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#021235 (or 0x021235) is known color: Midnight Express. HEX triplet: 02, 12 and 35. RGB value is (2,18,53). Sum of RGB (Red+Green+Blue) = 2+18+53=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 53 (21.09% from 255 or 72.60% from 73); Max value from RGB is 53 - color contains mainly: blue. Hex color #021235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021235 is #FDEDCA. Grayscale: #111111. Windows color (decimal): -16641483 or 3478018. OLE color: 3478018.

HSL color Cylindrical-coordinate representation of color #021235: hue angle of 221.18º 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 #021235 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 2 18 53 -
CMYK 0.96 0.66 0 0.79
HSL 221.18º 0.93% 0.11% -
HSV(B) 221.18º 0.96% 0.21% -
XYZ 0.88 0.7 3.46 -
YUV 17.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 2 18 53 0.96 0.66 0 0.79 221.18 0.93 0.11
Hex 2 12 35 60 42 0 4F DD 5D B
Octal 2 22 65 140 102 0 117 335 135 13
Binary 10 10010 110101 1100000 1000010 0 1001111 11011101 1011101 1011

Color Harmonies of #021235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021235

Black with #021235

Text Example


Text Example

White with #021235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021235; }

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

 H1.HeaderClassName
 {
   color: #021235;
 }
 .AnyTagClassName
 {
   color: #021235;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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