Html Css Color HEX #252482 Midnight Blue

📋 copy color: '#252482'

red 37 ◦ green 36 ◦ blue 130

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

Shades of Midnight Blue #252482

Tints of Midnight Blue #252482

RGB

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

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

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

R = 18.23%
G = 17.73%
B = 64.04%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#252482 (or 0x252482) is known color: Midnight Blue. HEX triplet: 25, 24 and 82. RGB value is (37,36,130). Sum of RGB (Red+Green+Blue) = 37+36+130=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #252482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252482 is #DADB7D. Grayscale: #2E2E2E. Windows color (decimal): -14343038 or 8528933. OLE color: 8528933.

HSL color Cylindrical-coordinate representation of color #252482: hue angle of 240.64º degrees, saturation: 0.57, 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 #252482 is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 36 130 -
CMYK 0.72 0.72 0 0.49
HSL 240.64º 0.57% 0.33% -
HSV(B) 240.64º 0.72% 0.51% -
XYZ 5.42 3.27 21.46 -
YUV 47.02 174.83 120.86 -
System Red Green Blue C M Y K H S L
Decimal 37 36 130 0.72 0.72 0 0.49 240.64 0.57 0.33
Hex 25 24 82 48 48 0 31 F1 39 21
Octal 45 44 202 110 110 0 61 361 71 41
Binary 100101 100100 10000010 1001000 1001000 0 110001 11110001 111001 100001

Color Harmonies of #252482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252482

Black with #252482

Text Example


Text Example

White with #252482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252482; }

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

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

background-color css

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

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

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

border-color css

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

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

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