#25198E

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

Shades of Ultramarine #25198E

Tints of Ultramarine #25198E

Color information

#25198E (or 0x25198E) is unknown color: approx Ultramarine. HEX triplet: 25, 19 and 8E. RGB value is (37,25,142). Sum of RGB (Red+Green+Blue) = 37+25+142=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 142 (55.86% from 255 or 69.61% from 204); Max value from RGB is 142 - color contains mainly: blue. Hex color #25198E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25198E is #DAE671. Grayscale: #292929. Windows color (decimal): -14345842 or 9312549. OLE color: 9312549.

HSL color Cylindrical-coordinate representation of color #25198E: hue angle of 246.15º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25198E is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3725142-
CMYK0.740.8200.44
HSL246.15º70.06%32.75%-
HSV(B)246.15º82.39%55.69%-
XYZ5.993.0425.86-
YUV41.93184.48124.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 25 (10.16% from 255) = 12.25%
BLUE value IS 142 (55.86% from 255) = 69.61%
R=18.14%
G=12.25%
B=69.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37251420.740.8200.44246.1570.0632.75
Hex25198E4A5202Cf64621
Octal453121611212205436610641
Binary1001011100110001110100101010100100101100111101101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25198E; }

 p { color: rgb(37,25,142); }

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

<style>
 a { background-color: #25198E; }

 a { background-color: rgb(37,25,142); }

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

<style>
 span { border-color: #25198E; }

 span { border-color: rgb(37,25,142); }

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