#250890

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

Shades of Ultramarine #250890

Tints of Ultramarine #250890

Color information

#250890 (or 0x250890) is unknown color: approx Ultramarine. HEX triplet: 25, 08 and 90. RGB value is (37,8,144). Sum of RGB (Red+Green+Blue) = 37+8+144=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 144 (56.64% from 255 or 76.19% from 189); Max value from RGB is 144 - color contains mainly: blue. Hex color #250890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250890 is #DAF76F. Grayscale: #1F1F1F. Windows color (decimal): -14350192 or 9439269. OLE color: 9439269.

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

Color convert

RGB378144-
CMYK0.740.9400.44
HSL252.79º89.47%29.8%-
HSV(B)252.79º94.44%56.47%-
XYZ5.882.5826.57-
YUV32.17191.11131.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.58%
GREEN value IS 8 (3.52% from 255) = 4.23%
BLUE value IS 144 (56.64% from 255) = 76.19%
R=19.58%
G=4.23%
B=76.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3781440.740.9400.44252.7989.4729.8
Hex258904A5E02Cfd591e
Octal451022011213605437513136
Binary10010110001001000010010101011110010110011111101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250890; }

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

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

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

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

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

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

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

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