#250990

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

Shades of Ultramarine #250990

Tints of Ultramarine #250990

Color information

#250990 (or 0x250990) is unknown color: approx Ultramarine. HEX triplet: 25, 09 and 90. RGB value is (37,9,144). Sum of RGB (Red+Green+Blue) = 37+9+144=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 144 (56.64% from 255 or 75.79% from 190); Max value from RGB is 144 - color contains mainly: blue. Hex color #250990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250990 is #DAF66F. Grayscale: #202020. Windows color (decimal): -14349936 or 9439525. OLE color: 9439525.

HSL color Cylindrical-coordinate representation of color #250990: hue angle of 252.44º degrees, saturation: 0.88, 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 #250990 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB379144-
CMYK0.740.9400.44
HSL252.44º88.24%30%-
HSV(B)252.44º93.75%56.47%-
XYZ5.892.626.58-
YUV32.76190.78131.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 144 (56.64% from 255) = 75.79%
R=19.47%
G=4.74%
B=75.79%

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
Decimal3791440.740.9400.44252.4488.2430
Hex259904A5E02Cfc581e
Octal451122011213605437413036
Binary10010110011001000010010101011110010110011111100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250990; }

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

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

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

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

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

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

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

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