Html Css Color HEX #252475 Midnight Blue

📋 copy color: '#252475'

red 37 ◦ green 36 ◦ blue 117

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

Shades of Midnight Blue #252475

Tints of Midnight Blue #252475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.95%

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

R = 19.47%
G = 18.95%
B = 61.58%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#252475 (or 0x252475) is known color: Midnight Blue. HEX triplet: 25, 24 and 75. RGB value is (37,36,117). Sum of RGB (Red+Green+Blue) = 37+36+117=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #252475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252475 is #DADB8A. Grayscale: #2D2D2D. Windows color (decimal): -14343051 or 7676965. OLE color: 7676965.

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

Color convert

RGB 37 36 117 -
CMYK 0.68 0.69 0 0.54
HSL 240.74º 0.53% 0.3% -
HSV(B) 240.74º 0.69% 0.46% -
XYZ 4.6 2.94 17.15 -
YUV 45.53 168.33 121.91 -
System Red Green Blue C M Y K H S L
Decimal 37 36 117 0.68 0.69 0 0.54 240.74 0.53 0.3
Hex 25 24 75 44 45 0 36 F1 35 1E
Octal 45 44 165 104 105 0 66 361 65 36
Binary 100101 100100 1110101 1000100 1000101 0 110110 11110001 110101 11110

Color Harmonies of #252475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252475

Black with #252475

Text Example


Text Example

White with #252475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252475; }

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

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

background-color css

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

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

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

border-color css

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

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

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