Html Css Color HEX #252089 Midnight Blue

📋 copy color: '#252089'

red 37 ◦ green 32 ◦ blue 137

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

Shades of Midnight Blue #252089

Tints of Midnight Blue #252089

RGB

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

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

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

R = 17.96%
G = 15.53%
B = 66.5%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#252089 (or 0x252089) is known color: Midnight Blue. HEX triplet: 25, 20 and 89. RGB value is (37,32,137). Sum of RGB (Red+Green+Blue) = 37+32+137=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 137 (53.91% from 255 or 66.50% from 206); Max value from RGB is 137 - color contains mainly: blue. Hex color #252089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252089 is #DADF76. Grayscale: #2D2D2D. Windows color (decimal): -14344055 or 8986661. OLE color: 8986661.

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

Color convert

RGB 37 32 137 -
CMYK 0.73 0.77 0 0.46
HSL 242.86º 0.62% 0.33% -
HSV(B) 242.86º 0.77% 0.54% -
XYZ 5.79 3.23 23.99 -
YUV 45.47 179.66 121.96 -
System Red Green Blue C M Y K H S L
Decimal 37 32 137 0.73 0.77 0 0.46 242.86 0.62 0.33
Hex 25 20 89 49 4D 0 2E F3 3E 21
Octal 45 40 211 111 115 0 56 363 76 41
Binary 100101 100000 10001001 1001001 1001101 0 101110 11110011 111110 100001

Color Harmonies of #252089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252089

Black with #252089

Text Example


Text Example

White with #252089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252089; }

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

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

background-color css

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

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

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

border-color css

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

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

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