#131682

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

Shades of Ultramarine #131682

Tints of Ultramarine #131682

Color information

#131682 (or 0x131682) is unknown color: approx Ultramarine. HEX triplet: 13, 16 and 82. RGB value is (19,22,130). Sum of RGB (Red+Green+Blue) = 19+22+130=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #131682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131682 is #ECE97D. Grayscale: #202020. Windows color (decimal): -15526270 or 8525331. OLE color: 8525331.

HSL color Cylindrical-coordinate representation of color #131682: hue angle of 238.38º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131682 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1922130-
CMYK0.850.8300.49
HSL238.38º74.5%29.22%-
HSV(B)238.38º85.38%50.98%-
XYZ4.582.3221.33-
YUV33.42182.51117.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.11%
GREEN value IS 22 (8.98% from 255) = 12.87%
BLUE value IS 130 (51.17% from 255) = 76.02%
R=11.11%
G=12.87%
B=76.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19221300.850.8300.49238.3874.529.22
Hex1316825553031ee4a1d
Octal232620212512306135611235
Binary10011101101000001010101011010011011000111101110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131682; }

 p { color: rgb(19,22,130); }

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

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

 a { background-color: rgb(19,22,130); }

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

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

 span { border-color: rgb(19,22,130); }

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