Html Css Color HEX #211969 Midnight Blue

📋 copy color: '#211969'

red 33 ◦ green 25 ◦ blue 105

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

Shades of Midnight Blue #211969

Tints of Midnight Blue #211969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

 BLUE value IS 105 (41.41% from 255) = 64.42%

R = 20.25%
G = 15.34%
B = 64.42%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#211969 (or 0x211969) is known color: Midnight Blue. HEX triplet: 21, 19 and 69. RGB value is (33,25,105). Sum of RGB (Red+Green+Blue) = 33+25+105=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #211969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211969 is #DEE696. Grayscale: #242424. Windows color (decimal): -14608023 or 6887713. OLE color: 6887713.

HSL color Cylindrical-coordinate representation of color #211969: hue angle of 246º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211969 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 25 105 -
CMYK 0.69 0.76 0 0.59
HSL 246º 0.62% 0.25% -
HSV(B) 246º 0.76% 0.41% -
XYZ 3.52 2.04 13.57 -
YUV 36.51 166.65 125.5 -
System Red Green Blue C M Y K H S L
Decimal 33 25 105 0.69 0.76 0 0.59 246 0.62 0.25
Hex 21 19 69 45 4C 0 3B F6 3E 19
Octal 41 31 151 105 114 0 73 366 76 31
Binary 100001 11001 1101001 1000101 1001100 0 111011 11110110 111110 11001

Color Harmonies of #211969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211969

Black with #211969

Text Example


Text Example

White with #211969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211969; }

 p { color: rgb(33,25,105); }

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

background-color css

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

 a { background-color: rgb(33,25,105); }

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

border-color css

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

 span { border-color: rgb(33,25,105); }

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