Html Css Color HEX #252589 Midnight Blue

📋 copy color: '#252589'

red 37 ◦ green 37 ◦ blue 137

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

Shades of Midnight Blue #252589

Tints of Midnight Blue #252589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.54%

 BLUE value IS 137 (53.91% from 255) = 64.93%

R = 17.54%
G = 17.54%
B = 64.93%

CMYK

 C value IS 0.73

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#252589 (or 0x252589) is known color: Midnight Blue. HEX triplet: 25, 25 and 89. RGB value is (37,37,137). Sum of RGB (Red+Green+Blue) = 37+37+137=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 137 (53.91% from 255 or 64.93% from 211); Max value from RGB is 137 - color contains mainly: blue. Hex color #252589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252589 is #DADA76. Grayscale: #303030. Windows color (decimal): -14342775 or 8987941. OLE color: 8987941.

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

Color convert

RGB 37 37 137 -
CMYK 0.73 0.73 0 0.46
HSL 240º 0.57% 0.34% -
HSV(B) 240º 0.73% 0.54% -
XYZ 5.94 3.52 24.03 -
YUV 48.4 178 119.87 -
System Red Green Blue C M Y K H S L
Decimal 37 37 137 0.73 0.73 0 0.46 240 0.57 0.34
Hex 25 25 89 49 49 0 2E F0 39 22
Octal 45 45 211 111 111 0 56 360 71 42
Binary 100101 100101 10001001 1001001 1001001 0 101110 11110000 111001 100010

Color Harmonies of #252589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252589

Black with #252589

Text Example


Text Example

White with #252589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252589; }

 p { color: rgb(37,37,137); }

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

background-color css

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

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

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

border-color css

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

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

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