Html Css Color HEX #212A77 Midnight Blue

📋 copy color: '#212A77'

red 33 ◦ green 42 ◦ blue 119

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

Shades of Midnight Blue #212A77

Tints of Midnight Blue #212A77

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.65%

 BLUE value IS 119 (46.88% from 255) = 61.34%

R = 17.01%
G = 21.65%
B = 61.34%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#212A77 (or 0x212A77) is known color: Midnight Blue. HEX triplet: 21, 2A and 77. RGB value is (33,42,119). Sum of RGB (Red+Green+Blue) = 33+42+119=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #212A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212A77 is #DED588. Grayscale: #2F2F2F. Windows color (decimal): -14603657 or 7809569. OLE color: 7809569.

HSL color Cylindrical-coordinate representation of color #212A77: hue angle of 233.72º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #212A77 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 42 119 -
CMYK 0.72 0.65 0 0.53
HSL 233.72º 0.57% 0.3% -
HSV(B) 233.72º 0.72% 0.47% -
XYZ 4.78 3.31 17.84 -
YUV 48.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 33 42 119 0.72 0.65 0 0.53 233.72 0.57 0.3
Hex 21 2A 77 48 41 0 35 EA 39 1E
Octal 41 52 167 110 101 0 65 352 71 36
Binary 100001 101010 1110111 1001000 1000001 0 110101 11101010 111001 11110

Color Harmonies of #212A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212A77

Black with #212A77

Text Example


Text Example

White with #212A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212A77; }

 p { color: rgb(33,42,119); }

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

background-color css

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

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

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

border-color css

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

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

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