#131089

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

Shades of Ultramarine #131089

Tints of Ultramarine #131089

Color information

#131089 (or 0x131089) is unknown color: approx Ultramarine. HEX triplet: 13, 10 and 89. RGB value is (19,16,137). Sum of RGB (Red+Green+Blue) = 19+16+137=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 137 (53.91% from 255 or 79.65% from 172); Max value from RGB is 137 - color contains mainly: blue. Hex color #131089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131089 is #ECEF76. Grayscale: #1E1E1E. Windows color (decimal): -15527799 or 8982547. OLE color: 8982547.

HSL color Cylindrical-coordinate representation of color #131089: hue angle of 241.49º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131089 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1916137-
CMYK0.860.8800.46
HSL241.49º79.08%30%-
HSV(B)241.49º88.32%53.73%-
XYZ4.972.3223.85-
YUV30.69187.99119.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 16 (6.64% from 255) = 9.30%
BLUE value IS 137 (53.91% from 255) = 79.65%
R=11.05%
G=9.30%
B=79.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19161370.860.8800.46241.4979.0830
Hex131089565802Ef14f1e
Octal232021112613005636111736
Binary10011100001000100110101101011000010111011110001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131089; }

 p { color: rgb(19,16,137); }

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

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

 a { background-color: rgb(19,16,137); }

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

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

 span { border-color: rgb(19,16,137); }

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