Html Css Color HEX #021245 Midnight Express

📋 copy color: '#021245'

red 2 ◦ green 18 ◦ blue 69

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

Shades of Midnight Express #021245

Tints of Midnight Express #021245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 77.53%

R = 2.25%
G = 20.22%
B = 77.53%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#021245 (or 0x021245) is known color: Midnight Express. HEX triplet: 02, 12 and 45. RGB value is (2,18,69). Sum of RGB (Red+Green+Blue) = 2+18+69=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 69 (27.34% from 255 or 77.53% from 89); Max value from RGB is 69 - color contains mainly: blue. Hex color #021245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021245 is #FDEDBA. Grayscale: #121212. Windows color (decimal): -16641467 or 4526594. OLE color: 4526594.

HSL color Cylindrical-coordinate representation of color #021245: hue angle of 225.67º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021245 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 18 69 -
CMYK 0.97 0.74 0 0.73
HSL 225.67º 0.94% 0.14% -
HSV(B) 225.67º 0.97% 0.27% -
XYZ 1.32 0.88 5.73 -
YUV 19.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 2 18 69 0.97 0.74 0 0.73 225.67 0.94 0.14
Hex 2 12 45 61 4A 0 49 E2 5E E
Octal 2 22 105 141 112 0 111 342 136 16
Binary 10 10010 1000101 1100001 1001010 0 1001001 11100010 1011110 1110

Color Harmonies of #021245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021245

Black with #021245

Text Example


Text Example

White with #021245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021245; }

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

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

background-color css

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

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

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

border-color css

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

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

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