#190984

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

Shades of Ultramarine #190984

Tints of Ultramarine #190984

Color information

#190984 (or 0x190984) is unknown color: approx Ultramarine. HEX triplet: 19, 09 and 84. RGB value is (25,9,132). Sum of RGB (Red+Green+Blue) = 25+9+132=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 132 (51.95% from 255 or 79.52% from 166); Max value from RGB is 132 - color contains mainly: blue. Hex color #190984 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190984 is #E6F67B. Grayscale: #1B1B1B. Windows color (decimal): -15136380 or 8653081. OLE color: 8653081.

HSL color Cylindrical-coordinate representation of color #190984: hue angle of 247.8º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190984 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB259132-
CMYK0.810.9300.48
HSL247.8º87.23%27.65%-
HSV(B)247.8º93.18%51.76%-
XYZ4.662.0721.98-
YUV27.81186.8126-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.06%
GREEN value IS 9 (3.91% from 255) = 5.42%
BLUE value IS 132 (51.95% from 255) = 79.52%
R=15.06%
G=5.42%
B=79.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2591320.810.9300.48247.887.2327.65
Hex19984515D030f8571c
Octal311120412113506037012734
Binary1100110011000010010100011011101011000011111000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190984; }

 p { color: rgb(25,9,132); }

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

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

 a { background-color: rgb(25,9,132); }

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

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

 span { border-color: rgb(25,9,132); }

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