Html Css Color HEX #211C6F Midnight Blue

📋 copy color: '#211C6F'

red 33 ◦ green 28 ◦ blue 111

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

Shades of Midnight Blue #211C6F

Tints of Midnight Blue #211C6F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.28%

 BLUE value IS 111 (43.75% from 255) = 64.53%

R = 19.19%
G = 16.28%
B = 64.53%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#211C6F (or 0x211C6F) is known color: Midnight Blue. HEX triplet: 21, 1C and 6F. RGB value is (33,28,111). Sum of RGB (Red+Green+Blue) = 33+28+111=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 111 (43.75% from 255 or 64.53% from 172); Max value from RGB is 111 - color contains mainly: blue. Hex color #211C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C6F is #DEE390. Grayscale: #262626. Windows color (decimal): -14607249 or 7281697. OLE color: 7281697.

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

Color convert

RGB 33 28 111 -
CMYK 0.70 0.75 0 0.56
HSL 243.61º 0.6% 0.27% -
HSV(B) 243.61º 0.75% 0.44% -
XYZ 3.91 2.3 15.28 -
YUV 38.96 168.66 123.75 -
System Red Green Blue C M Y K H S L
Decimal 33 28 111 0.70 0.75 0 0.56 243.61 0.6 0.27
Hex 21 1C 6F 46 4B 0 38 F4 3C 1B
Octal 41 34 157 106 113 0 70 364 74 33
Binary 100001 11100 1101111 1000110 1001011 0 111000 11110100 111100 11011

Color Harmonies of #211C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C6F

Black with #211C6F

Text Example


Text Example

White with #211C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,28,111); }

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

background-color css

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

 a { background-color: rgb(33,28,111); }

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

border-color css

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

 span { border-color: rgb(33,28,111); }

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