#25129B

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

Shades of Ultramarine #25129B

Tints of Ultramarine #25129B

Color information

#25129B (or 0x25129B) is unknown color: approx Ultramarine. HEX triplet: 25, 12 and 9B. RGB value is (37,18,155). Sum of RGB (Red+Green+Blue) = 37+18+155=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #25129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25129B is #DAED64. Grayscale: #262626. Windows color (decimal): -14347621 or 10162725. OLE color: 10162725.

HSL color Cylindrical-coordinate representation of color #25129B: hue angle of 248.32º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25129B is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3718155-
CMYK0.760.8800.39
HSL248.32º79.19%33.92%-
HSV(B)248.32º88.39%60.78%-
XYZ6.93.1931.26-
YUV39.3193.29126.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.62%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 155 (60.94% from 255) = 73.81%
R=17.62%
G=8.57%
B=73.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal37181550.760.8800.39248.3279.1933.92
Hex25129B4C58027f84f22
Octal452223311413004737011742
Binary1001011001010011011100110010110000100111111110001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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