Html Css Color HEX #212775 Midnight Blue

📋 copy color: '#212775'

red 33 ◦ green 39 ◦ blue 117

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

Shades of Midnight Blue #212775

Tints of Midnight Blue #212775

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.63%

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

R = 17.46%
G = 20.63%
B = 61.9%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#212775 (or 0x212775) is known color: Midnight Blue. HEX triplet: 21, 27 and 75. RGB value is (33,39,117). Sum of RGB (Red+Green+Blue) = 33+39+117=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #212775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212775 is #DED88A. Grayscale: #2D2D2D. Windows color (decimal): -14604427 or 7677729. OLE color: 7677729.

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

Color convert

RGB 33 39 117 -
CMYK 0.72 0.67 0 0.54
HSL 235.71º 0.56% 0.29% -
HSV(B) 235.71º 0.72% 0.46% -
XYZ 4.56 3.06 17.18 -
YUV 46.1 168.01 118.66 -
System Red Green Blue C M Y K H S L
Decimal 33 39 117 0.72 0.67 0 0.54 235.71 0.56 0.29
Hex 21 27 75 48 43 0 36 EC 38 1D
Octal 41 47 165 110 103 0 66 354 70 35
Binary 100001 100111 1110101 1001000 1000011 0 110110 11101100 111000 11101

Color Harmonies of #212775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212775

Black with #212775

Text Example


Text Example

White with #212775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212775; }

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

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

background-color css

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

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

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

border-color css

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

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

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