#131992

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

Shades of Ultramarine #131992

Tints of Ultramarine #131992

Color information

#131992 (or 0x131992) is unknown color: approx Ultramarine. HEX triplet: 13, 19 and 92. RGB value is (19,25,146). Sum of RGB (Red+Green+Blue) = 19+25+146=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 146 (57.42% from 255 or 76.84% from 190); Max value from RGB is 146 - color contains mainly: blue. Hex color #131992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131992 is #ECE66D. Grayscale: #242424. Windows color (decimal): -15525486 or 9574675. OLE color: 9574675.

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

Color convert

RGB1925146-
CMYK0.870.8300.43
HSL237.17º76.97%32.35%-
HSV(B)237.17º86.99%57.25%-
XYZ5.82.9127.45-
YUV37189.51115.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 146 (57.42% from 255) = 76.84%
R=10%
G=13.16%
B=76.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal19251460.870.8300.43237.1776.9732.35
Hex131992575302Bed4d20
Octal233122212712305335511540
Binary100111100110010010101011110100110101011111011011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131992; }

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

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

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

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

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

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

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

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