Html Css Color HEX #211B70 Midnight Blue

📋 copy color: '#211B70'

red 33 ◦ green 27 ◦ blue 112

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

Shades of Midnight Blue #211B70

Tints of Midnight Blue #211B70

RGB

 RED value IS 33 (13.28% from 255) = 19.19%

 GREEN value IS 27 (10.94% from 255) = 15.7%

 BLUE value IS 112 (44.14% from 255) = 65.12%

R = 19.19%
G = 15.7%
B = 65.12%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#211B70 (or 0x211B70) is known color: Midnight Blue. HEX triplet: 21, 1B and 70. RGB value is (33,27,112). Sum of RGB (Red+Green+Blue) = 33+27+112=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #211B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211B70 is #DEE48F. Grayscale: #262626. Windows color (decimal): -14607504 or 7346977. OLE color: 7346977.

HSL color Cylindrical-coordinate representation of color #211B70: hue angle of 244.24º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211B70 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 27 112 -
CMYK 0.71 0.76 0 0.56
HSL 244.24º 0.61% 0.27% -
HSV(B) 244.24º 0.76% 0.44% -
XYZ 3.94 2.28 15.56 -
YUV 38.48 169.49 124.09 -
System Red Green Blue C M Y K H S L
Decimal 33 27 112 0.71 0.76 0 0.56 244.24 0.61 0.27
Hex 21 1B 70 47 4C 0 38 F4 3D 1B
Octal 41 33 160 107 114 0 70 364 75 33
Binary 100001 11011 1110000 1000111 1001100 0 111000 11110100 111101 11011

Color Harmonies of #211B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211B70

Black with #211B70

Text Example


Text Example

White with #211B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211B70; }

 p { color: rgb(33,27,112); }

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

background-color css

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

 a { background-color: rgb(33,27,112); }

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

border-color css

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

 span { border-color: rgb(33,27,112); }

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