#131092

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

Shades of Ultramarine #131092

Tints of Ultramarine #131092

Color information

#131092 (or 0x131092) is unknown color: approx Ultramarine. HEX triplet: 13, 10 and 92. RGB value is (19,16,146). Sum of RGB (Red+Green+Blue) = 19+16+146=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 146 (57.42% from 255 or 80.66% from 181); Max value from RGB is 146 - color contains mainly: blue. Hex color #131092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131092 is #ECEF6D. Grayscale: #1F1F1F. Windows color (decimal): -15527790 or 9572371. OLE color: 9572371.

HSL color Cylindrical-coordinate representation of color #131092: hue angle of 241.38º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #131092 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1916146-
CMYK0.870.8900.43
HSL241.38º80.25%31.76%-
HSV(B)241.38º89.04%57.25%-
XYZ5.642.5827.4-
YUV31.72192.49118.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.50%
GREEN value IS 16 (6.64% from 255) = 8.84%
BLUE value IS 146 (57.42% from 255) = 80.66%
R=10.50%
G=8.84%
B=80.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19161460.870.8900.43241.3880.2531.76
Hex131092575902Bf15020
Octal232022212713105336112040
Binary100111000010010010101011110110010101011111100011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131092; }

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

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

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

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

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

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

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

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