#190881

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

Shades of Ultramarine #190881

Tints of Ultramarine #190881

Color information

#190881 (or 0x190881) is unknown color: approx Ultramarine. HEX triplet: 19, 08 and 81. RGB value is (25,8,129). Sum of RGB (Red+Green+Blue) = 25+8+129=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 129 (50.78% from 255 or 79.63% from 162); Max value from RGB is 129 - color contains mainly: blue. Hex color #190881 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190881 is #E6F77E. Grayscale: #1A1A1A. Windows color (decimal): -15136639 or 8456217. OLE color: 8456217.

HSL color Cylindrical-coordinate representation of color #190881: hue angle of 248.43º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190881 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB258129-
CMYK0.810.9400.49
HSL248.43º88.32%26.86%-
HSV(B)248.43º93.8%50.59%-
XYZ4.451.9720.91-
YUV26.88185.63126.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.43%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 129 (50.78% from 255) = 79.63%
R=15.43%
G=4.94%
B=79.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2581290.810.9400.49248.4388.3226.86
Hex19881515E031f8581b
Octal311020112113606137013033
Binary1100110001000000110100011011110011000111111000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190881; }

 p { color: rgb(25,8,129); }

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

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

 a { background-color: rgb(25,8,129); }

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

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

 span { border-color: rgb(25,8,129); }

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