Html Css Color HEX #25288C Midnight Blue

📋 copy color: '#25288C'

red 37 ◦ green 40 ◦ blue 140

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

Shades of Midnight Blue #25288C

Tints of Midnight Blue #25288C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.43%

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

R = 17.05%
G = 18.43%
B = 64.52%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25288C (or 0x25288C) is known color: Midnight Blue. HEX triplet: 25, 28 and 8C. RGB value is (37,40,140). Sum of RGB (Red+Green+Blue) = 37+40+140=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #25288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25288C is #DAD773. Grayscale: #323232. Windows color (decimal): -14342004 or 9185317. OLE color: 9185317.

HSL color Cylindrical-coordinate representation of color #25288C: hue angle of 238.25º 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 #25288C is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 40 140 -
CMYK 0.74 0.71 0 0.45
HSL 238.25º 0.58% 0.35% -
HSV(B) 238.25º 0.74% 0.55% -
XYZ 6.26 3.8 25.22 -
YUV 50.5 178.51 118.37 -
System Red Green Blue C M Y K H S L
Decimal 37 40 140 0.74 0.71 0 0.45 238.25 0.58 0.35
Hex 25 28 8C 4A 47 0 2D EE 3A 23
Octal 45 50 214 112 107 0 55 356 72 43
Binary 100101 101000 10001100 1001010 1000111 0 101101 11101110 111010 100011

Color Harmonies of #25288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25288C

Black with #25288C

Text Example


Text Example

White with #25288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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