Html Css Color HEX #021338 Midnight Express

📋 copy color: '#021338'

red 2 ◦ green 19 ◦ blue 56

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

Shades of Midnight Express #021338

Tints of Midnight Express #021338

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.68%

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

R = 2.6%
G = 24.68%
B = 72.73%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021338 (or 0x021338) is known color: Midnight Express. HEX triplet: 02, 13 and 38. RGB value is (2,19,56). Sum of RGB (Red+Green+Blue) = 2+19+56=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 56 (22.27% from 255 or 72.73% from 77); Max value from RGB is 56 - color contains mainly: blue. Hex color #021338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021338 is #FDECC7. Grayscale: #111111. Windows color (decimal): -16641224 or 3674882. OLE color: 3674882.

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

Color convert

RGB 2 19 56 -
CMYK 0.96 0.66 0 0.78
HSL 221.11º 0.93% 0.11% -
HSV(B) 221.11º 0.96% 0.22% -
XYZ 0.97 0.76 3.84 -
YUV 18.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 2 19 56 0.96 0.66 0 0.78 221.11 0.93 0.11
Hex 2 13 38 60 42 0 4E DD 5D B
Octal 2 23 70 140 102 0 116 335 135 13
Binary 10 10011 111000 1100000 1000010 0 1001110 11011101 1011101 1011

Color Harmonies of #021338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021338

Black with #021338

Text Example


Text Example

White with #021338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021338; }

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

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

background-color css

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

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

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

border-color css

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

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

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