Html Css Color HEX #212475 Midnight Blue

📋 copy color: '#212475'

red 33 ◦ green 36 ◦ blue 117

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

Shades of Midnight Blue #212475

Tints of Midnight Blue #212475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 62.9%

R = 17.74%
G = 19.35%
B = 62.9%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#212475 (or 0x212475) is known color: Midnight Blue. HEX triplet: 21, 24 and 75. RGB value is (33,36,117). Sum of RGB (Red+Green+Blue) = 33+36+117=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #212475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212475 is #DEDB8A. Grayscale: #2C2C2C. Windows color (decimal): -14605195 or 7676961. OLE color: 7676961.

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

Color convert

RGB 33 36 117 -
CMYK 0.72 0.69 0 0.54
HSL 237.86º 0.56% 0.29% -
HSV(B) 237.86º 0.72% 0.46% -
XYZ 4.47 2.87 17.15 -
YUV 44.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 33 36 117 0.72 0.69 0 0.54 237.86 0.56 0.29
Hex 21 24 75 48 45 0 36 EE 38 1D
Octal 41 44 165 110 105 0 66 356 70 35
Binary 100001 100100 1110101 1001000 1000101 0 110110 11101110 111000 11101

Color Harmonies of #212475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212475

Black with #212475

Text Example


Text Example

White with #212475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212475; }

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

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

background-color css

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

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

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

border-color css

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

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

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