Html Css Color HEX #252A84 Midnight Blue

📋 copy color: '#252A84'

red 37 ◦ green 42 ◦ blue 132

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

Shades of Midnight Blue #252A84

Tints of Midnight Blue #252A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 62.56%

R = 17.54%
G = 19.91%
B = 62.56%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#252A84 (or 0x252A84) is known color: Midnight Blue. HEX triplet: 25, 2A and 84. RGB value is (37,42,132). Sum of RGB (Red+Green+Blue) = 37+42+132=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 132 (51.95% from 255 or 62.56% from 211); Max value from RGB is 132 - color contains mainly: blue. Hex color #252A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252A84 is #DAD57B. Grayscale: #323232. Windows color (decimal): -14341500 or 8661541. OLE color: 8661541.

HSL color Cylindrical-coordinate representation of color #252A84: hue angle of 236.84º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #252A84 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 42 132 -
CMYK 0.72 0.68 0 0.48
HSL 236.84º 0.56% 0.33% -
HSV(B) 236.84º 0.72% 0.52% -
XYZ 5.76 3.72 22.24 -
YUV 50.77 173.84 118.18 -
System Red Green Blue C M Y K H S L
Decimal 37 42 132 0.72 0.68 0 0.48 236.84 0.56 0.33
Hex 25 2A 84 48 44 0 30 ED 38 21
Octal 45 52 204 110 104 0 60 355 70 41
Binary 100101 101010 10000100 1001000 1000100 0 110000 11101101 111000 100001

Color Harmonies of #252A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A84

Black with #252A84

Text Example


Text Example

White with #252A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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