Html Css Color HEX #25268D Midnight Blue

📋 copy color: '#25268D'

red 37 ◦ green 38 ◦ blue 141

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

Shades of Midnight Blue #25268D

Tints of Midnight Blue #25268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.59%

 BLUE value IS 141 (55.47% from 255) = 65.28%

R = 17.13%
G = 17.59%
B = 65.28%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25268D (or 0x25268D) is known color: Midnight Blue. HEX triplet: 25, 26 and 8D. RGB value is (37,38,141). Sum of RGB (Red+Green+Blue) = 37+38+141=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #25268D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25268D is #DAD972. Grayscale: #313131. Windows color (decimal): -14342515 or 9250341. OLE color: 9250341.

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

Color convert

RGB 37 38 141 -
CMYK 0.74 0.73 0 0.45
HSL 239.42º 0.58% 0.35% -
HSV(B) 239.42º 0.74% 0.55% -
XYZ 6.26 3.7 25.58 -
YUV 49.44 179.67 119.12 -
System Red Green Blue C M Y K H S L
Decimal 37 38 141 0.74 0.73 0 0.45 239.42 0.58 0.35
Hex 25 26 8D 4A 49 0 2D EF 3A 23
Octal 45 46 215 112 111 0 55 357 72 43
Binary 100101 100110 10001101 1001010 1001001 0 101101 11101111 111010 100011

Color Harmonies of #25268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25268D

Black with #25268D

Text Example


Text Example

White with #25268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25268D; }

 p { color: rgb(37,38,141); }

 H1.HeaderClassName
 {
   color: #25268D;
 }
 .AnyTagClassName
 {
   color: #25268D;
 }
</style>

background-color css

<style>
 a { background-color: #25268D; }

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

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

border-color css

<style>
 span { border-color: #25268D; }

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

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