Html Css Color HEX #252A75 Midnight Blue

📋 copy color: '#252A75'

red 37 ◦ green 42 ◦ blue 117

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

Shades of Midnight Blue #252A75

Tints of Midnight Blue #252A75

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.43%

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

R = 18.88%
G = 21.43%
B = 59.69%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#252A75 (or 0x252A75) is known color: Midnight Blue. HEX triplet: 25, 2A and 75. RGB value is (37,42,117). Sum of RGB (Red+Green+Blue) = 37+42+117=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #252A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A75 is #DAD58A. Grayscale: #303030. Windows color (decimal): -14341515 or 7678501. OLE color: 7678501.

HSL color Cylindrical-coordinate representation of color #252A75: hue angle of 236.25º 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 #252A75 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 42 117 -
CMYK 0.68 0.64 0 0.54
HSL 236.25º 0.52% 0.3% -
HSV(B) 236.25º 0.68% 0.46% -
XYZ 4.8 3.33 17.22 -
YUV 49.06 166.34 119.4 -
System Red Green Blue C M Y K H S L
Decimal 37 42 117 0.68 0.64 0 0.54 236.25 0.52 0.3
Hex 25 2A 75 44 40 0 36 EC 34 1E
Octal 45 52 165 104 100 0 66 354 64 36
Binary 100101 101010 1110101 1000100 1000000 0 110110 11101100 110100 11110

Color Harmonies of #252A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A75

Black with #252A75

Text Example


Text Example

White with #252A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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