#131697

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

Shades of Ultramarine #131697

Tints of Ultramarine #131697

Color information

#131697 (or 0x131697) is unknown color: approx Ultramarine. HEX triplet: 13, 16 and 97. RGB value is (19,22,151). Sum of RGB (Red+Green+Blue) = 19+22+151=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 151 (59.38% from 255 or 78.65% from 192); Max value from RGB is 151 - color contains mainly: blue. Hex color #131697 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131697 is #ECE968. Grayscale: #232323. Windows color (decimal): -15526249 or 9901587. OLE color: 9901587.

HSL color Cylindrical-coordinate representation of color #131697: hue angle of 238.64º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131697 is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1922151-
CMYK0.870.8500.41
HSL238.64º77.65%33.33%-
HSV(B)238.64º87.42%59.22%-
XYZ6.142.9529.52-
YUV35.81193.01116.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 151 (59.38% from 255) = 78.65%
R=9.90%
G=11.46%
B=78.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19221510.870.8500.41238.6477.6533.33
Hex1316975755029ef4e21
Octal232622712712505135711641
Binary100111011010010111101011110101010101001111011111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131697; }

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

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

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

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

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

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

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

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