Html Css Color HEX #25258C Midnight Blue

📋 copy color: '#25258C'

red 37 ◦ green 37 ◦ blue 140

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

Shades of Midnight Blue #25258C

Tints of Midnight Blue #25258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.29%

 BLUE value IS 140 (55.08% from 255) = 65.42%

R = 17.29%
G = 17.29%
B = 65.42%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25258C (or 0x25258C) is known color: Midnight Blue. HEX triplet: 25, 25 and 8C. RGB value is (37,37,140). Sum of RGB (Red+Green+Blue) = 37+37+140=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 140 (55.08% from 255 or 65.42% from 214); Max value from RGB is 140 - color contains mainly: blue. Hex color #25258C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25258C is #DADA73. Grayscale: #303030. Windows color (decimal): -14342772 or 9184549. OLE color: 9184549.

HSL color Cylindrical-coordinate representation of color #25258C: hue angle of 240º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25258C is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 37 140 -
CMYK 0.74 0.74 0 0.45
HSL 240º 0.58% 0.35% -
HSV(B) 240º 0.74% 0.55% -
XYZ 6.16 3.61 25.18 -
YUV 48.74 179.5 119.62 -
System Red Green Blue C M Y K H S L
Decimal 37 37 140 0.74 0.74 0 0.45 240 0.58 0.35
Hex 25 25 8C 4A 4A 0 2D F0 3A 23
Octal 45 45 214 112 112 0 55 360 72 43
Binary 100101 100101 10001100 1001010 1001010 0 101101 11110000 111010 100011

Color Harmonies of #25258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25258C

Black with #25258C

Text Example


Text Example

White with #25258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25258C; }

 p { color: rgb(37,37,140); }

 H1.HeaderClassName
 {
   color: #25258C;
 }
 .AnyTagClassName
 {
   color: #25258C;
 }
</style>

background-color css

<style>
 a { background-color: #25258C; }

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

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

border-color css

<style>
 span { border-color: #25258C; }

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

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