#251590

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

Shades of Ultramarine #251590

Tints of Ultramarine #251590

Color information

#251590 (or 0x251590) is unknown color: approx Ultramarine. HEX triplet: 25, 15 and 90. RGB value is (37,21,144). Sum of RGB (Red+Green+Blue) = 37+21+144=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 144 (56.64% from 255 or 71.29% from 202); Max value from RGB is 144 - color contains mainly: blue. Hex color #251590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251590 is #DAEA6F. Grayscale: #272727. Windows color (decimal): -14346864 or 9442597. OLE color: 9442597.

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

Color convert

RGB3721144-
CMYK0.740.8500.44
HSL247.8º74.55%32.35%-
HSV(B)247.8º85.42%56.47%-
XYZ6.072.9426.63-
YUV39.81186.8126-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 21 (8.59% from 255) = 10.40%
BLUE value IS 144 (56.64% from 255) = 71.29%
R=18.32%
G=10.40%
B=71.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37211440.740.8500.44247.874.5532.35
Hex2515904A5502Cf84b20
Octal452522011212505437011340
Binary1001011010110010000100101010101010101100111110001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251590; }

 p { color: rgb(37,21,144); }

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

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

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

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

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

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

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