Html Css Color HEX #212684 Midnight Blue

📋 copy color: '#212684'

red 33 ◦ green 38 ◦ blue 132

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

Shades of Midnight Blue #212684

Tints of Midnight Blue #212684

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.72%

 BLUE value IS 132 (51.95% from 255) = 65.02%

R = 16.26%
G = 18.72%
B = 65.02%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#212684 (or 0x212684) is known color: Midnight Blue. HEX triplet: 21, 26 and 84. RGB value is (33,38,132). Sum of RGB (Red+Green+Blue) = 33+38+132=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #212684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212684 is #DED97B. Grayscale: #2E2E2E. Windows color (decimal): -14604668 or 8660513. OLE color: 8660513.

HSL color Cylindrical-coordinate representation of color #212684: hue angle of 236.97º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #212684 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 38 132 -
CMYK 0.75 0.71 0 0.48
HSL 236.97º 0.6% 0.32% -
HSV(B) 236.97º 0.75% 0.52% -
XYZ 5.49 3.38 22.19 -
YUV 47.22 175.84 117.86 -
System Red Green Blue C M Y K H S L
Decimal 33 38 132 0.75 0.71 0 0.48 236.97 0.6 0.32
Hex 21 26 84 4B 47 0 30 ED 3C 20
Octal 41 46 204 113 107 0 60 355 74 40
Binary 100001 100110 10000100 1001011 1000111 0 110000 11101101 111100 100000

Color Harmonies of #212684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212684

Black with #212684

Text Example


Text Example

White with #212684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212684; }

 p { color: rgb(33,38,132); }

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

background-color css

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

 a { background-color: rgb(33,38,132); }

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

border-color css

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

 span { border-color: rgb(33,38,132); }

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