Html Css Color HEX #212461 Midnight Blue

📋 copy color: '#212461'

red 33 ◦ green 36 ◦ blue 97

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

Shades of Midnight Blue #212461

Tints of Midnight Blue #212461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.69%

 BLUE value IS 97 (38.28% from 255) = 58.43%

R = 19.88%
G = 21.69%
B = 58.43%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#212461 (or 0x212461) is known color: Midnight Blue. HEX triplet: 21, 24 and 61. RGB value is (33,36,97). Sum of RGB (Red+Green+Blue) = 33+36+97=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #212461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212461 is #DEDB9E. Grayscale: #292929. Windows color (decimal): -14605215 or 6366241. OLE color: 6366241.

HSL color Cylindrical-coordinate representation of color #212461: hue angle of 237.19º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #212461 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 36 97 -
CMYK 0.66 0.63 0 0.62
HSL 237.19º 0.49% 0.25% -
HSV(B) 237.19º 0.66% 0.38% -
XYZ 3.42 2.45 11.6 -
YUV 42.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 33 36 97 0.66 0.63 0 0.62 237.19 0.49 0.25
Hex 21 24 61 42 3F 0 3E ED 31 19
Octal 41 44 141 102 77 0 76 355 61 31
Binary 100001 100100 1100001 1000010 111111 0 111110 11101101 110001 11001

Color Harmonies of #212461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212461

Black with #212461

Text Example


Text Example

White with #212461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212461; }

 p { color: rgb(33,36,97); }

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

background-color css

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

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

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

border-color css

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

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

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