Html Css Color HEX #252A74 Midnight Blue

📋 copy color: '#252A74'

red 37 ◦ green 42 ◦ blue 116

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

Shades of Midnight Blue #252A74

Tints of Midnight Blue #252A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 59.49%

R = 18.97%
G = 21.54%
B = 59.49%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#252A74 (or 0x252A74) is known color: Midnight Blue. HEX triplet: 25, 2A and 74. RGB value is (37,42,116). Sum of RGB (Red+Green+Blue) = 37+42+116=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 116 (45.70% from 255 or 59.49% from 195); Max value from RGB is 116 - color contains mainly: blue. Hex color #252A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A74 is #DAD58B. Grayscale: #303030. Windows color (decimal): -14341516 or 7612965. OLE color: 7612965.

HSL color Cylindrical-coordinate representation of color #252A74: hue angle of 236.2º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252A74 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 42 116 -
CMYK 0.68 0.64 0 0.55
HSL 236.2º 0.52% 0.3% -
HSV(B) 236.2º 0.68% 0.45% -
XYZ 4.74 3.31 16.91 -
YUV 48.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 37 42 116 0.68 0.64 0 0.55 236.2 0.52 0.3
Hex 25 2A 74 44 40 0 37 EC 34 1E
Octal 45 52 164 104 100 0 67 354 64 36
Binary 100101 101010 1110100 1000100 1000000 0 110111 11101100 110100 11110

Color Harmonies of #252A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A74

Black with #252A74

Text Example


Text Example

White with #252A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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