Html Css Color HEX #212185 Midnight Blue

📋 copy color: '#212185'

red 33 ◦ green 33 ◦ blue 133

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

Shades of Midnight Blue #212185

Tints of Midnight Blue #212185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.58%

 BLUE value IS 133 (52.34% from 255) = 66.83%

R = 16.58%
G = 16.58%
B = 66.83%

CMYK

 C value IS 0.75

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#212185 (or 0x212185) is known color: Midnight Blue. HEX triplet: 21, 21 and 85. RGB value is (33,33,133). Sum of RGB (Red+Green+Blue) = 33+33+133=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #212185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212185 is #DEDE7A. Grayscale: #2C2C2C. Windows color (decimal): -14605947 or 8724769. OLE color: 8724769.

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

Color convert

RGB 33 33 133 -
CMYK 0.75 0.75 0 0.48
HSL 240º 0.6% 0.33% -
HSV(B) 240º 0.75% 0.52% -
XYZ 5.4 3.1 22.5 -
YUV 44.4 178 119.87 -
System Red Green Blue C M Y K H S L
Decimal 33 33 133 0.75 0.75 0 0.48 240 0.6 0.33
Hex 21 21 85 4B 4B 0 30 F0 3C 21
Octal 41 41 205 113 113 0 60 360 74 41
Binary 100001 100001 10000101 1001011 1001011 0 110000 11110000 111100 100001

Color Harmonies of #212185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212185

Black with #212185

Text Example


Text Example

White with #212185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212185; }

 p { color: rgb(33,33,133); }

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

background-color css

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

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

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

border-color css

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

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

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