Html Css Color HEX #252875 Midnight Blue

📋 copy color: '#252875'

red 37 ◦ green 40 ◦ blue 117

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

Shades of Midnight Blue #252875

Tints of Midnight Blue #252875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.62%

 BLUE value IS 117 (46.09% from 255) = 60.31%

R = 19.07%
G = 20.62%
B = 60.31%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#252875 (or 0x252875) is known color: Midnight Blue. HEX triplet: 25, 28 and 75. RGB value is (37,40,117). Sum of RGB (Red+Green+Blue) = 37+40+117=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #252875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252875 is #DAD78A. Grayscale: #2F2F2F. Windows color (decimal): -14342027 or 7677989. OLE color: 7677989.

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

Color convert

RGB 37 40 117 -
CMYK 0.68 0.66 0 0.54
HSL 237.75º 0.52% 0.3% -
HSV(B) 237.75º 0.68% 0.46% -
XYZ 4.73 3.2 17.2 -
YUV 47.88 167.01 120.24 -
System Red Green Blue C M Y K H S L
Decimal 37 40 117 0.68 0.66 0 0.54 237.75 0.52 0.3
Hex 25 28 75 44 42 0 36 EE 34 1E
Octal 45 50 165 104 102 0 66 356 64 36
Binary 100101 101000 1110101 1000100 1000010 0 110110 11101110 110100 11110

Color Harmonies of #252875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252875

Black with #252875

Text Example


Text Example

White with #252875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252875; }

 p { color: rgb(37,40,117); }

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

background-color css

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

 a { background-color: rgb(37,40,117); }

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

border-color css

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

 span { border-color: rgb(37,40,117); }

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