#190B82

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

Shades of Ultramarine #190B82

Tints of Ultramarine #190B82

Color information

#190B82 (or 0x190B82) is unknown color: approx Ultramarine. HEX triplet: 19, 0B and 82. RGB value is (25,11,130). Sum of RGB (Red+Green+Blue) = 25+11+130=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 130 (51.17% from 255 or 78.31% from 166); Max value from RGB is 130 - color contains mainly: blue. Hex color #190B82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190B82 is #E6F47D. Grayscale: #1C1C1C. Windows color (decimal): -15135870 or 8522521. OLE color: 8522521.

HSL color Cylindrical-coordinate representation of color #190B82: hue angle of 247.06º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190B82 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2511130-
CMYK0.810.9200.49
HSL247.06º84.4%27.65%-
HSV(B)247.06º91.54%50.98%-
XYZ4.552.0621.28-
YUV28.75185.14125.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.06%
GREEN value IS 11 (4.69% from 255) = 6.63%
BLUE value IS 130 (51.17% from 255) = 78.31%
R=15.06%
G=6.63%
B=78.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25111300.810.9200.49247.0684.427.65
Hex19B82515C031f7541c
Octal311320212113406136712434
Binary1100110111000001010100011011100011000111110111101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190B82; }

 p { color: rgb(25,11,130); }

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

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

 a { background-color: rgb(25,11,130); }

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

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

 span { border-color: rgb(25,11,130); }

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