Html Css Color HEX #252175 Midnight Blue

📋 copy color: '#252175'

red 37 ◦ green 33 ◦ blue 117

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

Shades of Midnight Blue #252175

Tints of Midnight Blue #252175

RGB

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

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

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

R = 19.79%
G = 17.65%
B = 62.57%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#252175 (or 0x252175) is known color: Midnight Blue. HEX triplet: 25, 21 and 75. RGB value is (37,33,117). Sum of RGB (Red+Green+Blue) = 37+33+117=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #252175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252175 is #DADE8A. Grayscale: #2B2B2B. Windows color (decimal): -14343819 or 7676197. OLE color: 7676197.

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

Color convert

RGB 37 33 117 -
CMYK 0.68 0.72 0 0.54
HSL 242.86º 0.56% 0.29% -
HSV(B) 242.86º 0.72% 0.46% -
XYZ 4.52 2.77 17.13 -
YUV 43.77 169.33 123.17 -
System Red Green Blue C M Y K H S L
Decimal 37 33 117 0.68 0.72 0 0.54 242.86 0.56 0.29
Hex 25 21 75 44 48 0 36 F3 38 1D
Octal 45 41 165 104 110 0 66 363 70 35
Binary 100101 100001 1110101 1000100 1001000 0 110110 11110011 111000 11101

Color Harmonies of #252175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252175

Black with #252175

Text Example


Text Example

White with #252175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252175; }

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

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

background-color css

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

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

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

border-color css

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

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

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