#190684

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

Shades of Ultramarine #190684

Tints of Ultramarine #190684

Color information

#190684 (or 0x190684) is unknown color: approx Ultramarine. HEX triplet: 19, 06 and 84. RGB value is (25,6,132). Sum of RGB (Red+Green+Blue) = 25+6+132=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 132 (51.95% from 255 or 80.98% from 163); Max value from RGB is 132 - color contains mainly: blue. Hex color #190684 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190684 is #E6F97B. Grayscale: #191919. Windows color (decimal): -15137148 or 8652313. OLE color: 8652313.

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

Color convert

RGB256132-
CMYK0.810.9500.48
HSL249.05º91.3%27.06%-
HSV(B)249.05º95.45%51.76%-
XYZ4.63221.97-
YUV26.04187.79127.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 132 (51.95% from 255) = 80.98%
R=15.34%
G=3.68%
B=80.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2561320.810.9500.48249.0591.327.06
Hex19684515F030f95b1b
Octal31620412113706037113333
Binary110011101000010010100011011111011000011111001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190684; }

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

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

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

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

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

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

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

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