Html Css Color HEX #212C76 Midnight Blue

📋 copy color: '#212C76'

red 33 ◦ green 44 ◦ blue 118

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

Shades of Midnight Blue #212C76

Tints of Midnight Blue #212C76

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.56%

 BLUE value IS 118 (46.48% from 255) = 60.51%

R = 16.92%
G = 22.56%
B = 60.51%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#212C76 (or 0x212C76) is known color: Midnight Blue. HEX triplet: 21, 2C and 76. RGB value is (33,44,118). Sum of RGB (Red+Green+Blue) = 33+44+118=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #212C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C76 is #DED389. Grayscale: #303030. Windows color (decimal): -14603146 or 7744545. OLE color: 7744545.

HSL color Cylindrical-coordinate representation of color #212C76: hue angle of 232.24º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #212C76 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 44 118 -
CMYK 0.72 0.63 0 0.54
HSL 232.24º 0.56% 0.3% -
HSV(B) 232.24º 0.72% 0.46% -
XYZ 4.8 3.43 17.55 -
YUV 49.15 166.86 116.48 -
System Red Green Blue C M Y K H S L
Decimal 33 44 118 0.72 0.63 0 0.54 232.24 0.56 0.3
Hex 21 2C 76 48 3F 0 36 E8 38 1E
Octal 41 54 166 110 77 0 66 350 70 36
Binary 100001 101100 1110110 1001000 111111 0 110110 11101000 111000 11110

Color Harmonies of #212C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212C76

Black with #212C76

Text Example


Text Example

White with #212C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,44,118); }

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

background-color css

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

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

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

border-color css

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

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

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