Html Css Color HEX #252976 Midnight Blue

📋 copy color: '#252976'

red 37 ◦ green 41 ◦ blue 118

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

Shades of Midnight Blue #252976

Tints of Midnight Blue #252976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 60.2%

R = 18.88%
G = 20.92%
B = 60.2%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#252976 (or 0x252976) is known color: Midnight Blue. HEX triplet: 25, 29 and 76. RGB value is (37,41,118). Sum of RGB (Red+Green+Blue) = 37+41+118=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #252976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252976 is #DAD689. Grayscale: #303030. Windows color (decimal): -14341770 or 7743781. OLE color: 7743781.

HSL color Cylindrical-coordinate representation of color #252976: hue angle of 237.04º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #252976 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 41 118 -
CMYK 0.69 0.65 0 0.54
HSL 237.04º 0.52% 0.3% -
HSV(B) 237.04º 0.69% 0.46% -
XYZ 4.83 3.29 17.52 -
YUV 48.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 37 41 118 0.69 0.65 0 0.54 237.04 0.52 0.3
Hex 25 29 76 45 41 0 36 ED 34 1E
Octal 45 51 166 105 101 0 66 355 64 36
Binary 100101 101001 1110110 1000101 1000001 0 110110 11101101 110100 11110

Color Harmonies of #252976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252976

Black with #252976

Text Example


Text Example

White with #252976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252976; }

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

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

background-color css

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

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

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

border-color css

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

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

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