#190379

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

Shades of Ultramarine #190379

Tints of Ultramarine #190379

Color information

#190379 (or 0x190379) is unknown color: approx Ultramarine. HEX triplet: 19, 03 and 79. RGB value is (25,3,121). Sum of RGB (Red+Green+Blue) = 25+3+121=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 121 (47.66% from 255 or 81.21% from 149); Max value from RGB is 121 - color contains mainly: blue. Hex color #190379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190379 is #E6FC86. Grayscale: #161616. Windows color (decimal): -15137927 or 7930649. OLE color: 7930649.

HSL color Cylindrical-coordinate representation of color #190379: hue angle of 251.19º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190379 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB253121-
CMYK0.790.9800.53
HSL251.19º95.16%24.31%-
HSV(B)251.19º97.52%47.45%-
XYZ3.881.6518.2-
YUV23.03183.29129.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.78%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 121 (47.66% from 255) = 81.21%
R=16.78%
G=2.01%
B=81.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2531210.790.9800.53251.1995.1624.31
Hex193794F62035fb5f18
Octal31317111714206537313730
Binary1100111111100110011111100010011010111111011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190379; }

 p { color: rgb(25,3,121); }

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

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

 a { background-color: rgb(25,3,121); }

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

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

 span { border-color: rgb(25,3,121); }

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