Html Css Color HEX #212375 Midnight Blue

📋 copy color: '#212375'

red 33 ◦ green 35 ◦ blue 117

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

Shades of Midnight Blue #212375

Tints of Midnight Blue #212375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.92%

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

R = 17.84%
G = 18.92%
B = 63.24%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#212375 (or 0x212375) is known color: Midnight Blue. HEX triplet: 21, 23 and 75. RGB value is (33,35,117). Sum of RGB (Red+Green+Blue) = 33+35+117=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #212375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212375 is #DEDC8A. Grayscale: #2B2B2B. Windows color (decimal): -14605451 or 7676705. OLE color: 7676705.

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

Color convert

RGB 33 35 117 -
CMYK 0.72 0.70 0 0.54
HSL 238.57º 0.56% 0.29% -
HSV(B) 238.57º 0.72% 0.46% -
XYZ 4.44 2.81 17.14 -
YUV 43.75 169.34 120.33 -
System Red Green Blue C M Y K H S L
Decimal 33 35 117 0.72 0.70 0 0.54 238.57 0.56 0.29
Hex 21 23 75 48 46 0 36 EF 38 1D
Octal 41 43 165 110 106 0 66 357 70 35
Binary 100001 100011 1110101 1001000 1000110 0 110110 11101111 111000 11101

Color Harmonies of #212375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212375

Black with #212375

Text Example


Text Example

White with #212375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212375; }

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

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

background-color css

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

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

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

border-color css

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

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

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