Html Css Color HEX #212585 Midnight Blue

📋 copy color: '#212585'

red 33 ◦ green 37 ◦ blue 133

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

Shades of Midnight Blue #212585

Tints of Midnight Blue #212585

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.23%

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

R = 16.26%
G = 18.23%
B = 65.52%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#212585 (or 0x212585) is known color: Midnight Blue. HEX triplet: 21, 25 and 85. RGB value is (33,37,133). Sum of RGB (Red+Green+Blue) = 33+37+133=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #212585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212585 is #DEDA7A. Grayscale: #2E2E2E. Windows color (decimal): -14604923 or 8725793. OLE color: 8725793.

HSL color Cylindrical-coordinate representation of color #212585: hue angle of 237.6º 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 #212585 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 37 133 -
CMYK 0.75 0.72 0 0.48
HSL 237.6º 0.6% 0.33% -
HSV(B) 237.6º 0.75% 0.52% -
XYZ 5.52 3.34 22.54 -
YUV 46.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 33 37 133 0.75 0.72 0 0.48 237.6 0.6 0.33
Hex 21 25 85 4B 48 0 30 EE 3C 21
Octal 41 45 205 113 110 0 60 356 74 41
Binary 100001 100101 10000101 1001011 1001000 0 110000 11101110 111100 100001

Color Harmonies of #212585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212585

Black with #212585

Text Example


Text Example

White with #212585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212585; }

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

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

background-color css

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

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

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

border-color css

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

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

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