Html Css Color HEX #252478 Midnight Blue

📋 copy color: '#252478'

red 37 ◦ green 36 ◦ blue 120

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

Shades of Midnight Blue #252478

Tints of Midnight Blue #252478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 62.18%

R = 19.17%
G = 18.65%
B = 62.18%

CMYK

 C value IS 0.69

 M value IS 0.7

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#252478 (or 0x252478) is known color: Midnight Blue. HEX triplet: 25, 24 and 78. RGB value is (37,36,120). Sum of RGB (Red+Green+Blue) = 37+36+120=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #252478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252478 is #DADB87. Grayscale: #2D2D2D. Windows color (decimal): -14343048 or 7873573. OLE color: 7873573.

HSL color Cylindrical-coordinate representation of color #252478: hue angle of 240.71º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #252478 is Cyan = 0.69, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 36 120 -
CMYK 0.69 0.7 0 0.53
HSL 240.71º 0.54% 0.31% -
HSV(B) 240.71º 0.7% 0.47% -
XYZ 4.78 3.01 18.1 -
YUV 45.88 169.83 121.67 -
System Red Green Blue C M Y K H S L
Decimal 37 36 120 0.69 0.7 0 0.53 240.71 0.54 0.31
Hex 25 24 78 45 46 0 35 F1 36 1F
Octal 45 44 170 105 106 0 65 361 66 37
Binary 100101 100100 1111000 1000101 1000110 0 110101 11110001 110110 11111

Color Harmonies of #252478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252478

Black with #252478

Text Example


Text Example

White with #252478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252478; }

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

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

background-color css

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

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

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

border-color css

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

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

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