Html Css Color HEX #212975 Midnight Blue

📋 copy color: '#212975'

red 33 ◦ green 41 ◦ blue 117

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

Shades of Midnight Blue #212975

Tints of Midnight Blue #212975

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

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

R = 17.28%
G = 21.47%
B = 61.26%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#212975 (or 0x212975) is known color: Midnight Blue. HEX triplet: 21, 29 and 75. RGB value is (33,41,117). Sum of RGB (Red+Green+Blue) = 33+41+117=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #212975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212975 is #DED68A. Grayscale: #2E2E2E. Windows color (decimal): -14603915 or 7678241. OLE color: 7678241.

HSL color Cylindrical-coordinate representation of color #212975: hue angle of 234.29º 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 #212975 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 41 117 -
CMYK 0.72 0.65 0 0.54
HSL 234.29º 0.56% 0.29% -
HSV(B) 234.29º 0.72% 0.46% -
XYZ 4.63 3.19 17.2 -
YUV 47.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 33 41 117 0.72 0.65 0 0.54 234.29 0.56 0.29
Hex 21 29 75 48 41 0 36 EA 38 1D
Octal 41 51 165 110 101 0 66 352 70 35
Binary 100001 101001 1110101 1001000 1000001 0 110110 11101010 111000 11101

Color Harmonies of #212975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212975

Black with #212975

Text Example


Text Example

White with #212975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212975; }

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

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

background-color css

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

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

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

border-color css

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

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

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