#25267A

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

Shades of Midnight Blue #25267A

Tints of Midnight Blue #25267A

Color information

#25267A (or 0x25267A) is unknown color: approx Midnight Blue. HEX triplet: 25, 26 and 7A. RGB value is (37,38,122). Sum of RGB (Red+Green+Blue) = 37+38+122=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 122 (48.05% from 255 or 61.93% from 197); Max value from RGB is 122 - color contains mainly: blue. Hex color #25267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25267A is #DAD985. Grayscale: #2E2E2E. Windows color (decimal): -14342534 or 8005157. OLE color: 8005157.

HSL color Cylindrical-coordinate representation of color #25267A: hue angle of 239.29º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25267A is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3738122-
CMYK0.700.6900.52
HSL239.29º53.46%31.18%-
HSV(B)239.29º69.67%47.84%-
XYZ4.973.1818.77-
YUV47.28170.17120.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.78%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 122 (48.05% from 255) = 61.93%
R=18.78%
G=19.29%
B=61.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37381220.700.6900.52239.2953.4631.18
Hex25267A4645034ef351f
Octal45461721061050643576537
Binary10010110011011110101000110100010101101001110111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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