Html Css Color HEX #252172 Midnight Blue

📋 copy color: '#252172'

red 37 ◦ green 33 ◦ blue 114

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

Shades of Midnight Blue #252172

Tints of Midnight Blue #252172

RGB

 RED value IS 37 (14.84% from 255) = 20.11%

 GREEN value IS 33 (13.28% from 255) = 17.93%

 BLUE value IS 114 (44.92% from 255) = 61.96%

R = 20.11%
G = 17.93%
B = 61.96%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#252172 (or 0x252172) is known color: Midnight Blue. HEX triplet: 25, 21 and 72. RGB value is (37,33,114). Sum of RGB (Red+Green+Blue) = 37+33+114=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #252172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252172 is #DADE8D. Grayscale: #2B2B2B. Windows color (decimal): -14343822 or 7479589. OLE color: 7479589.

HSL color Cylindrical-coordinate representation of color #252172: hue angle of 242.96º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #252172 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 33 114 -
CMYK 0.68 0.71 0 0.55
HSL 242.96º 0.55% 0.29% -
HSV(B) 242.96º 0.71% 0.45% -
XYZ 4.34 2.7 16.21 -
YUV 43.43 167.83 123.41 -
System Red Green Blue C M Y K H S L
Decimal 37 33 114 0.68 0.71 0 0.55 242.96 0.55 0.29
Hex 25 21 72 44 47 0 37 F3 37 1D
Octal 45 41 162 104 107 0 67 363 67 35
Binary 100101 100001 1110010 1000100 1000111 0 110111 11110011 110111 11101

Color Harmonies of #252172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252172

Black with #252172

Text Example


Text Example

White with #252172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252172; }

 p { color: rgb(37,33,114); }

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

background-color css

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

 a { background-color: rgb(37,33,114); }

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

border-color css

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

 span { border-color: rgb(37,33,114); }

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