#131085

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

Shades of Ultramarine #131085

Tints of Ultramarine #131085

Color information

#131085 (or 0x131085) is unknown color: approx Ultramarine. HEX triplet: 13, 10 and 85. RGB value is (19,16,133). Sum of RGB (Red+Green+Blue) = 19+16+133=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 133 (52.34% from 255 or 79.17% from 168); Max value from RGB is 133 - color contains mainly: blue. Hex color #131085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131085 is #ECEF7A. Grayscale: #1D1D1D. Windows color (decimal): -15527803 or 8720403. OLE color: 8720403.

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

Color convert

RGB1916133-
CMYK0.860.8800.48
HSL241.54º78.52%29.22%-
HSV(B)241.54º87.97%52.16%-
XYZ4.692.222.37-
YUV30.24185.99119.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.31%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 133 (52.34% from 255) = 79.17%
R=11.31%
G=9.52%
B=79.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19161330.860.8800.48241.5478.5229.22
Hex1310855658030f24f1d
Octal232020512613006036211735
Binary10011100001000010110101101011000011000011110010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131085; }

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

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

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

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

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

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

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

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