Html Css Color HEX #252782 Midnight Blue

📋 copy color: '#252782'

red 37 ◦ green 39 ◦ blue 130

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

Shades of Midnight Blue #252782

Tints of Midnight Blue #252782

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.93%

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

R = 17.96%
G = 18.93%
B = 63.11%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#252782 (or 0x252782) is known color: Midnight Blue. HEX triplet: 25, 27 and 82. RGB value is (37,39,130). Sum of RGB (Red+Green+Blue) = 37+39+130=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #252782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252782 is #DAD87D. Grayscale: #303030. Windows color (decimal): -14342270 or 8529701. OLE color: 8529701.

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

Color convert

RGB 37 39 130 -
CMYK 0.72 0.70 0 0.49
HSL 238.71º 0.56% 0.33% -
HSV(B) 238.71º 0.72% 0.51% -
XYZ 5.52 3.46 21.5 -
YUV 48.78 173.84 119.6 -
System Red Green Blue C M Y K H S L
Decimal 37 39 130 0.72 0.70 0 0.49 238.71 0.56 0.33
Hex 25 27 82 48 46 0 31 EF 38 21
Octal 45 47 202 110 106 0 61 357 70 41
Binary 100101 100111 10000010 1001000 1000110 0 110001 11101111 111000 100001

Color Harmonies of #252782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252782

Black with #252782

Text Example


Text Example

White with #252782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252782; }

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

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

background-color css

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

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

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

border-color css

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

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

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