#192490

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

Shades of Ultramarine #192490

Tints of Ultramarine #192490

Color information

#192490 (or 0x192490) is unknown color: approx Ultramarine. HEX triplet: 19, 24 and 90. RGB value is (25,36,144). Sum of RGB (Red+Green+Blue) = 25+36+144=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #192490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192490 is #E6DB6F. Grayscale: #2C2C2C. Windows color (decimal): -15129456 or 9446425. OLE color: 9446425.

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

Color convert

RGB2536144-
CMYK0.830.7500.44
HSL234.45º70.41%33.14%-
HSV(B)234.45º82.64%56.47%-
XYZ6.073.4826.74-
YUV45.02183.86113.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.20%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 144 (56.64% from 255) = 70.24%
R=12.20%
G=17.56%
B=70.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25361440.830.7500.44234.4570.4133.14
Hex192490534B02Cea4621
Octal314422012311305435210641
Binary1100110010010010000101001110010110101100111010101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192490; }

 p { color: rgb(25,36,144); }

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

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

 a { background-color: rgb(25,36,144); }

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

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

 span { border-color: rgb(25,36,144); }

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