Html Css Color HEX #212563 Midnight Blue

📋 copy color: '#212563'

red 33 ◦ green 37 ◦ blue 99

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

Shades of Midnight Blue #212563

Tints of Midnight Blue #212563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 58.58%

R = 19.53%
G = 21.89%
B = 58.58%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#212563 (or 0x212563) is known color: Midnight Blue. HEX triplet: 21, 25 and 63. RGB value is (33,37,99). Sum of RGB (Red+Green+Blue) = 33+37+99=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #212563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212563 is #DEDA9C. Grayscale: #2A2A2A. Windows color (decimal): -14604957 or 6497569. OLE color: 6497569.

HSL color Cylindrical-coordinate representation of color #212563: hue angle of 236.36º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #212563 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 37 99 -
CMYK 0.67 0.63 0 0.61
HSL 236.36º 0.5% 0.26% -
HSV(B) 236.36º 0.67% 0.39% -
XYZ 3.54 2.55 12.11 -
YUV 42.87 159.67 120.96 -
System Red Green Blue C M Y K H S L
Decimal 33 37 99 0.67 0.63 0 0.61 236.36 0.5 0.26
Hex 21 25 63 43 3F 0 3D EC 32 1A
Octal 41 45 143 103 77 0 75 354 62 32
Binary 100001 100101 1100011 1000011 111111 0 111101 11101100 110010 11010

Color Harmonies of #212563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212563

Black with #212563

Text Example


Text Example

White with #212563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212563; }

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

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

background-color css

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

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

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

border-color css

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

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

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