#190179

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

Shades of Ultramarine #190179

Tints of Ultramarine #190179

Color information

#190179 (or 0x190179) is unknown color: approx Ultramarine. HEX triplet: 19, 01 and 79. RGB value is (25,1,121). Sum of RGB (Red+Green+Blue) = 25+1+121=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 121 (47.66% from 255 or 82.31% from 147); Max value from RGB is 121 - color contains mainly: blue. Hex color #190179 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190179 is #E6FE86. Grayscale: #151515. Windows color (decimal): -15138439 or 7930137. OLE color: 7930137.

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

Color convert

RGB251121-
CMYK0.790.9900.53
HSL252º98.36%23.92%-
HSV(B)252º99.17%47.45%-
XYZ3.861.6118.2-
YUV21.86183.95130.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.01%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 121 (47.66% from 255) = 82.31%
R=17.01%
G=0.68%
B=82.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2511210.790.9900.5325298.3623.92
Hex191794F63035fc6218
Octal31117111714306537414230
Binary110011111100110011111100011011010111111100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190179; }

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

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

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

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

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

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

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

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