Html Css Color HEX #252982 Midnight Blue

📋 copy color: '#252982'

red 37 ◦ green 41 ◦ blue 130

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

Shades of Midnight Blue #252982

Tints of Midnight Blue #252982

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.71%

 BLUE value IS 130 (51.17% from 255) = 62.5%

R = 17.79%
G = 19.71%
B = 62.5%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#252982 (or 0x252982) is known color: Midnight Blue. HEX triplet: 25, 29 and 82. RGB value is (37,41,130). Sum of RGB (Red+Green+Blue) = 37+41+130=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #252982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252982 is #DAD67D. Grayscale: #313131. Windows color (decimal): -14341758 or 8530213. OLE color: 8530213.

HSL color Cylindrical-coordinate representation of color #252982: hue angle of 237.42º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #252982 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 41 130 -
CMYK 0.72 0.68 0 0.49
HSL 237.42º 0.56% 0.33% -
HSV(B) 237.42º 0.72% 0.51% -
XYZ 5.59 3.59 21.52 -
YUV 49.95 173.17 118.76 -
System Red Green Blue C M Y K H S L
Decimal 37 41 130 0.72 0.68 0 0.49 237.42 0.56 0.33
Hex 25 29 82 48 44 0 31 ED 38 21
Octal 45 51 202 110 104 0 61 355 70 41
Binary 100101 101001 10000010 1001000 1000100 0 110001 11101101 111000 100001

Color Harmonies of #252982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252982

Black with #252982

Text Example


Text Example

White with #252982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252982; }

 p { color: rgb(37,41,130); }

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

background-color css

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

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

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

border-color css

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

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

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