Html Css Color HEX #021238 Midnight Express

📋 copy color: '#021238'

red 2 ◦ green 18 ◦ blue 56

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

Shades of Midnight Express #021238

Tints of Midnight Express #021238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 73.68%

R = 2.63%
G = 23.68%
B = 73.68%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021238 (or 0x021238) is known color: Midnight Express. HEX triplet: 02, 12 and 38. RGB value is (2,18,56). Sum of RGB (Red+Green+Blue) = 2+18+56=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 56 (22.27% from 255 or 73.68% from 76); Max value from RGB is 56 - color contains mainly: blue. Hex color #021238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021238 is #FDEDC7. Grayscale: #111111. Windows color (decimal): -16641480 or 3674626. OLE color: 3674626.

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

Color convert

RGB 2 18 56 -
CMYK 0.96 0.68 0 0.78
HSL 222.22º 0.93% 0.11% -
HSV(B) 222.22º 0.96% 0.22% -
XYZ 0.96 0.73 3.83 -
YUV 17.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 2 18 56 0.96 0.68 0 0.78 222.22 0.93 0.11
Hex 2 12 38 60 44 0 4E DE 5D B
Octal 2 22 70 140 104 0 116 336 135 13
Binary 10 10010 111000 1100000 1000100 0 1001110 11011110 1011101 1011

Color Harmonies of #021238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021238

Black with #021238

Text Example


Text Example

White with #021238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021238; }

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

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

background-color css

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

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

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

border-color css

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

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

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