#190996

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

Shades of Ultramarine #190996

Tints of Ultramarine #190996

Color information

#190996 (or 0x190996) is unknown color: approx Ultramarine. HEX triplet: 19, 09 and 96. RGB value is (25,9,150). Sum of RGB (Red+Green+Blue) = 25+9+150=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 150 (58.98% from 255 or 81.52% from 184); Max value from RGB is 150 - color contains mainly: blue. Hex color #190996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190996 is #E6F669. Grayscale: #1D1D1D. Windows color (decimal): -15136362 or 9832729. OLE color: 9832729.

HSL color Cylindrical-coordinate representation of color #190996: hue angle of 246.81º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190996 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB259150-
CMYK0.830.9400.41
HSL246.81º88.68%31.18%-
HSV(B)246.81º94%58.82%-
XYZ62.629.04-
YUV29.86195.8124.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.59%
GREEN value IS 9 (3.91% from 255) = 4.89%
BLUE value IS 150 (58.98% from 255) = 81.52%
R=13.59%
G=4.89%
B=81.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2591500.830.9400.41246.8188.6831.18
Hex19996535E029f7591f
Octal311122612313605136713137
Binary1100110011001011010100111011110010100111110111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190996; }

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

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

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

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

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

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

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

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