#25138F

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

Shades of Ultramarine #25138F

Tints of Ultramarine #25138F

Color information

#25138F (or 0x25138F) is unknown color: approx Ultramarine. HEX triplet: 25, 13 and 8F. RGB value is (37,19,143). Sum of RGB (Red+Green+Blue) = 37+19+143=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 143 (56.25% from 255 or 71.86% from 199); Max value from RGB is 143 - color contains mainly: blue. Hex color #25138F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25138F is #DAEC70. Grayscale: #262626. Windows color (decimal): -14347377 or 9376549. OLE color: 9376549.

HSL color Cylindrical-coordinate representation of color #25138F: hue angle of 248.71º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #25138F is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3719143-
CMYK0.740.8700.44
HSL248.71º76.54%31.76%-
HSV(B)248.71º86.71%56.08%-
XYZ5.952.8426.22-
YUV38.52186.96126.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 143 (56.25% from 255) = 71.86%
R=18.59%
G=9.55%
B=71.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37191430.740.8700.44248.7176.5431.76
Hex25138F4A5702Cf94d20
Octal452321711212705437111540
Binary1001011001110001111100101010101110101100111110011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25138F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,19,143); }

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

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

 a { background-color: rgb(37,19,143); }

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

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

 span { border-color: rgb(37,19,143); }

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