#25149F

Color #25149F Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #25149F

Tints of Ultramarine #25149F

Color information

#25149F (or 0x25149F) is unknown color: approx Ultramarine. HEX triplet: 25, 14 and 9F. RGB value is (37,20,159). Sum of RGB (Red+Green+Blue) = 37+20+159=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 159 (62.5% from 255 or 73.61% from 216); Max value from RGB is 159 - color contains mainly: blue. Hex color #25149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25149F is #DAEB60. Grayscale: #282828. Windows color (decimal): -14347105 or 10425381. OLE color: 10425381.

HSL color Cylindrical-coordinate representation of color #25149F: hue angle of 247.34º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #25149F is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3720159-
CMYK0.770.8700.38
HSL247.34º77.65%35.1%-
HSV(B)247.34º87.42%62.35%-
XYZ7.273.433.07-
YUV40.93194.63125.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.13%
GREEN value IS 20 (8.20% from 255) = 9.26%
BLUE value IS 159 (62.5% from 255) = 73.61%
R=17.13%
G=9.26%
B=73.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37201590.770.8700.38247.3477.6535.1
Hex25149F4D57026f74e23
Octal452423711512704636711643
Binary1001011010010011111100110110101110100110111101111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25149F; }

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

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

<style>
 a { background-color: #25149F; }

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

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

<style>
 span { border-color: #25149F; }

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

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