#25146C

Color #25146C Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #25146C

Tints of Midnight Blue #25146C

Color information

#25146C (or 0x25146C) is unknown color: approx Midnight Blue. HEX triplet: 25, 14 and 6C. RGB value is (37,20,108). Sum of RGB (Red+Green+Blue) = 37+20+108=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #25146C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25146C is #DAEB93. Grayscale: #222222. Windows color (decimal): -14347156 or 7083045. OLE color: 7083045.

HSL color Cylindrical-coordinate representation of color #25146C: hue angle of 251.59º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25146C is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3720108-
CMYK0.660.8100.58
HSL251.59º68.75%25.1%-
HSV(B)251.59º81.48%42.35%-
XYZ3.721.9814.37-
YUV35.11169.13129.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 20 (8.20% from 255) = 12.12%
BLUE value IS 108 (42.58% from 255) = 65.45%
R=22.42%
G=12.12%
B=65.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37201080.660.8100.58251.5968.7525.1
Hex25146C425103Afc4519
Octal452415410212107237410531
Binary10010110100110110010000101010001011101011111100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,20,108); }

 H1.HeaderClassName
 {
   color: #25146C;
 }
 .AnyTagClassName
 {
   color: #25146C;
 }
</style>
background-color css

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

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

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

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

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

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