#25129F

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

Shades of Ultramarine #25129F

Tints of Ultramarine #25129F

Color information

#25129F (or 0x25129F) is unknown color: approx Ultramarine. HEX triplet: 25, 12 and 9F. RGB value is (37,18,159). Sum of RGB (Red+Green+Blue) = 37+18+159=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 159 (62.5% from 255 or 74.30% from 214); Max value from RGB is 159 - color contains mainly: blue. Hex color #25129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25129F is #DAED60. Grayscale: #272727. Windows color (decimal): -14347617 or 10424869. OLE color: 10424869.

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

Color convert

RGB3718159-
CMYK0.770.8900.38
HSL248.09º79.66%34.71%-
HSV(B)248.09º88.68%62.35%-
XYZ7.243.3333.06-
YUV39.75195.29126.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.29%
GREEN value IS 18 (7.42% from 255) = 8.41%
BLUE value IS 159 (62.5% from 255) = 74.30%
R=17.29%
G=8.41%
B=74.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37181590.770.8900.38248.0979.6634.71
Hex25129F4D59026f85023
Octal452223711513104637012043
Binary1001011001010011111100110110110010100110111110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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