Html Css Color HEX #25248A Midnight Blue

📋 copy color: '#25248A'

red 37 ◦ green 36 ◦ blue 138

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

Shades of Midnight Blue #25248A

Tints of Midnight Blue #25248A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.06%

 BLUE value IS 138 (54.3% from 255) = 65.4%

R = 17.54%
G = 17.06%
B = 65.4%

CMYK

 C value IS 0.73

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#25248A (or 0x25248A) is known color: Midnight Blue. HEX triplet: 25, 24 and 8A. RGB value is (37,36,138). Sum of RGB (Red+Green+Blue) = 37+36+138=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #25248A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25248A is #DADB75. Grayscale: #2F2F2F. Windows color (decimal): -14343030 or 9053221. OLE color: 9053221.

HSL color Cylindrical-coordinate representation of color #25248A: hue angle of 240.59º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25248A is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 36 138 -
CMYK 0.73 0.74 0 0.46
HSL 240.59º 0.59% 0.34% -
HSV(B) 240.59º 0.74% 0.54% -
XYZ 5.98 3.49 24.4 -
YUV 47.93 178.83 120.21 -
System Red Green Blue C M Y K H S L
Decimal 37 36 138 0.73 0.74 0 0.46 240.59 0.59 0.34
Hex 25 24 8A 49 4A 0 2E F1 3B 22
Octal 45 44 212 111 112 0 56 361 73 42
Binary 100101 100100 10001010 1001001 1001010 0 101110 11110001 111011 100010

Color Harmonies of #25248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25248A

Black with #25248A

Text Example


Text Example

White with #25248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25248A; }

 p { color: rgb(37,36,138); }

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

background-color css

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

 a { background-color: rgb(37,36,138); }

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

border-color css

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

 span { border-color: rgb(37,36,138); }

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