Html Css Color HEX #252075 Midnight Blue

📋 copy color: '#252075'

red 37 ◦ green 32 ◦ blue 117

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

Shades of Midnight Blue #252075

Tints of Midnight Blue #252075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.2%

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

R = 19.89%
G = 17.2%
B = 62.9%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#252075 (or 0x252075) is known color: Midnight Blue. HEX triplet: 25, 20 and 75. RGB value is (37,32,117). Sum of RGB (Red+Green+Blue) = 37+32+117=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #252075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252075 is #DADF8A. Grayscale: #2A2A2A. Windows color (decimal): -14344075 or 7675941. OLE color: 7675941.

HSL color Cylindrical-coordinate representation of color #252075: hue angle of 243.53º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #252075 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 32 117 -
CMYK 0.68 0.73 0 0.54
HSL 243.53º 0.57% 0.29% -
HSV(B) 243.53º 0.73% 0.46% -
XYZ 4.49 2.71 17.12 -
YUV 43.19 169.66 123.59 -
System Red Green Blue C M Y K H S L
Decimal 37 32 117 0.68 0.73 0 0.54 243.53 0.57 0.29
Hex 25 20 75 44 49 0 36 F4 39 1D
Octal 45 40 165 104 111 0 66 364 71 35
Binary 100101 100000 1110101 1000100 1001001 0 110110 11110100 111001 11101

Color Harmonies of #252075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252075

Black with #252075

Text Example


Text Example

White with #252075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252075; }

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

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

background-color css

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

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

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

border-color css

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

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

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