Html Css Color HEX #212889 Midnight Blue

📋 copy color: '#212889'

red 33 ◦ green 40 ◦ blue 137

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

Shades of Midnight Blue #212889

Tints of Midnight Blue #212889

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

 BLUE value IS 137 (53.91% from 255) = 65.24%

R = 15.71%
G = 19.05%
B = 65.24%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#212889 (or 0x212889) is known color: Midnight Blue. HEX triplet: 21, 28 and 89. RGB value is (33,40,137). Sum of RGB (Red+Green+Blue) = 33+40+137=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #212889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212889 is #DED776. Grayscale: #303030. Windows color (decimal): -14604151 or 8988705. OLE color: 8988705.

HSL color Cylindrical-coordinate representation of color #212889: hue angle of 235.96º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #212889 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 33 40 137 -
CMYK 0.76 0.71 0 0.46
HSL 235.96º 0.61% 0.33% -
HSV(B) 235.96º 0.76% 0.54% -
XYZ 5.9 3.65 24.06 -
YUV 48.97 177.68 116.61 -
System Red Green Blue C M Y K H S L
Decimal 33 40 137 0.76 0.71 0 0.46 235.96 0.61 0.33
Hex 21 28 89 4C 47 0 2E EC 3D 21
Octal 41 50 211 114 107 0 56 354 75 41
Binary 100001 101000 10001001 1001100 1000111 0 101110 11101100 111101 100001

Color Harmonies of #212889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212889

Black with #212889

Text Example


Text Example

White with #212889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212889; }

 p { color: rgb(33,40,137); }

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

background-color css

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

 a { background-color: rgb(33,40,137); }

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

border-color css

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

 span { border-color: rgb(33,40,137); }

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