#131694

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

Shades of Ultramarine #131694

Tints of Ultramarine #131694

Color information

#131694 (or 0x131694) is unknown color: approx Ultramarine. HEX triplet: 13, 16 and 94. RGB value is (19,22,148). Sum of RGB (Red+Green+Blue) = 19+22+148=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 148 (58.20% from 255 or 78.31% from 189); Max value from RGB is 148 - color contains mainly: blue. Hex color #131694 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131694 is #ECE96B. Grayscale: #222222. Windows color (decimal): -15526252 or 9704979. OLE color: 9704979.

HSL color Cylindrical-coordinate representation of color #131694: hue angle of 238.6º 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 #131694 is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1922148-
CMYK0.870.8500.42
HSL238.6º77.25%32.75%-
HSV(B)238.6º87.16%58.04%-
XYZ5.92.8528.26-
YUV35.47191.51116.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.05%
GREEN value IS 22 (8.98% from 255) = 11.64%
BLUE value IS 148 (58.20% from 255) = 78.31%
R=10.05%
G=11.64%
B=78.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19221480.870.8500.42238.677.2532.75
Hex131694575502Aef4d21
Octal232622412712505235711541
Binary100111011010010100101011110101010101010111011111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131694; }

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

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

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

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

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

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

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

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