Html Css Color HEX #252A77 Midnight Blue

📋 copy color: '#252A77'

red 37 ◦ green 42 ◦ blue 119

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

Shades of Midnight Blue #252A77

Tints of Midnight Blue #252A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 60.1%

R = 18.69%
G = 21.21%
B = 60.1%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#252A77 (or 0x252A77) is known color: Midnight Blue. HEX triplet: 25, 2A and 77. RGB value is (37,42,119). Sum of RGB (Red+Green+Blue) = 37+42+119=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #252A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A77 is #DAD588. Grayscale: #303030. Windows color (decimal): -14341513 or 7809573. OLE color: 7809573.

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

Color convert

RGB 37 42 119 -
CMYK 0.69 0.65 0 0.53
HSL 236.34º 0.53% 0.31% -
HSV(B) 236.34º 0.69% 0.47% -
XYZ 4.92 3.38 17.85 -
YUV 49.28 167.34 119.24 -
System Red Green Blue C M Y K H S L
Decimal 37 42 119 0.69 0.65 0 0.53 236.34 0.53 0.31
Hex 25 2A 77 45 41 0 35 EC 35 1F
Octal 45 52 167 105 101 0 65 354 65 37
Binary 100101 101010 1110111 1000101 1000001 0 110101 11101100 110101 11111

Color Harmonies of #252A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A77

Black with #252A77

Text Example


Text Example

White with #252A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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