#191286

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

Shades of Ultramarine #191286

Tints of Ultramarine #191286

Color information

#191286 (or 0x191286) is unknown color: approx Ultramarine. HEX triplet: 19, 12 and 86. RGB value is (25,18,134). Sum of RGB (Red+Green+Blue) = 25+18+134=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 134 (52.73% from 255 or 75.71% from 177); Max value from RGB is 134 - color contains mainly: blue. Hex color #191286 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191286 is #E6ED79. Grayscale: #202020. Windows color (decimal): -15134074 or 8786457. OLE color: 8786457.

HSL color Cylindrical-coordinate representation of color #191286: hue angle of 243.62º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #191286 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2518134-
CMYK0.810.8700.47
HSL243.62º76.32%29.8%-
HSV(B)243.62º86.57%52.55%-
XYZ4.922.3622.75-
YUV33.32184.82122.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.12%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 134 (52.73% from 255) = 75.71%
R=14.12%
G=10.17%
B=75.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25181340.810.8700.47243.6276.3229.8
Hex191286515702Ff44c1e
Octal312220612112705736411436
Binary11001100101000011010100011010111010111111110100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191286; }

 p { color: rgb(25,18,134); }

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

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

 a { background-color: rgb(25,18,134); }

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

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

 span { border-color: rgb(25,18,134); }

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