#252599

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

Shades of Ultramarine #252599

Tints of Ultramarine #252599

Color information

#252599 (or 0x252599) is unknown color: approx Ultramarine. HEX triplet: 25, 25 and 99. RGB value is (37,37,153). Sum of RGB (Red+Green+Blue) = 37+37+153=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #252599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252599 is #DADA66. Grayscale: #313131. Windows color (decimal): -14342759 or 10036517. OLE color: 10036517.

HSL color Cylindrical-coordinate representation of color #252599: hue angle of 240º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #252599 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3737153-
CMYK0.760.7600.4
HSL240º61.05%37.25%-
HSV(B)240º75.82%60%-
XYZ7.174.0230.53-
YUV50.22186118.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.30%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 153 (60.16% from 255) = 67.40%
R=16.30%
G=16.30%
B=67.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal37371530.760.7600.424061.0537.25
Hex2525994C4C028f03d25
Octal45452311141140503607545
Binary1001011001011001100110011001001100010100011110000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252599; }

 p { color: rgb(37,37,153); }

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

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

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

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

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

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

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