Html Css Color HEX #252081 Midnight Blue

📋 copy color: '#252081'

red 37 ◦ green 32 ◦ blue 129

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

Shades of Midnight Blue #252081

Tints of Midnight Blue #252081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 65.15%

R = 18.69%
G = 16.16%
B = 65.15%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#252081 (or 0x252081) is known color: Midnight Blue. HEX triplet: 25, 20 and 81. RGB value is (37,32,129). Sum of RGB (Red+Green+Blue) = 37+32+129=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 129 (50.78% from 255 or 65.15% from 198); Max value from RGB is 129 - color contains mainly: blue. Hex color #252081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252081 is #DADF7E. Grayscale: #2C2C2C. Windows color (decimal): -14344063 or 8462373. OLE color: 8462373.

HSL color Cylindrical-coordinate representation of color #252081: hue angle of 243.09º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #252081 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 32 129 -
CMYK 0.71 0.75 0 0.49
HSL 243.09º 0.6% 0.32% -
HSV(B) 243.09º 0.75% 0.51% -
XYZ 5.24 3.01 21.07 -
YUV 44.55 175.66 122.61 -
System Red Green Blue C M Y K H S L
Decimal 37 32 129 0.71 0.75 0 0.49 243.09 0.6 0.32
Hex 25 20 81 47 4B 0 31 F3 3C 20
Octal 45 40 201 107 113 0 61 363 74 40
Binary 100101 100000 10000001 1000111 1001011 0 110001 11110011 111100 100000

Color Harmonies of #252081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252081

Black with #252081

Text Example


Text Example

White with #252081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252081; }

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

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

background-color css

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

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

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

border-color css

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

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

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