#131495

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

Shades of Ultramarine #131495

Tints of Ultramarine #131495

Color information

#131495 (or 0x131495) is unknown color: approx Ultramarine. HEX triplet: 13, 14 and 95. RGB value is (19,20,149). Sum of RGB (Red+Green+Blue) = 19+20+149=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 149 (58.59% from 255 or 79.26% from 188); Max value from RGB is 149 - color contains mainly: blue. Hex color #131495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131495 is #ECEB6A. Grayscale: #212121. Windows color (decimal): -15526763 or 9770003. OLE color: 9770003.

HSL color Cylindrical-coordinate representation of color #131495: hue angle of 239.54º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131495 is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1920149-
CMYK0.870.8700.42
HSL239.54º77.38%32.94%-
HSV(B)239.54º87.25%58.43%-
XYZ5.942.8128.66-
YUV34.41192.67117.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.11%
GREEN value IS 20 (8.20% from 255) = 10.64%
BLUE value IS 149 (58.59% from 255) = 79.26%
R=10.11%
G=10.64%
B=79.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19201490.870.8700.42239.5477.3832.94
Hex131495575702Af04d21
Octal232422512712705236011541
Binary100111010010010101101011110101110101010111100001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131495; }

 p { color: rgb(19,20,149); }

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

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

 a { background-color: rgb(19,20,149); }

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

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

 span { border-color: rgb(19,20,149); }

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