#131D90

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

Shades of Ultramarine #131D90

Tints of Ultramarine #131D90

Color information

#131D90 (or 0x131D90) is unknown color: approx Ultramarine. HEX triplet: 13, 1D and 90. RGB value is (19,29,144). Sum of RGB (Red+Green+Blue) = 19+29+144=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 144 (56.64% from 255 or 75% from 192); Max value from RGB is 144 - color contains mainly: blue. Hex color #131D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131D90 is #ECE26F. Grayscale: #262626. Windows color (decimal): -15524464 or 9444627. OLE color: 9444627.

HSL color Cylindrical-coordinate representation of color #131D90: hue angle of 235.2º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131D90 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1929144-
CMYK0.870.8000.44
HSL235.2º76.69%31.96%-
HSV(B)235.2º86.81%56.47%-
XYZ5.743.0326.67-
YUV39.12187.19113.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 29 (11.72% from 255) = 15.10%
BLUE value IS 144 (56.64% from 255) = 75%
R=9.90%
G=15.10%
B=75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19291440.870.8000.44235.276.6931.96
Hex131D90575002Ceb4d20
Octal233522012712005435311540
Binary100111110110010000101011110100000101100111010111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131D90; }

 p { color: rgb(19,29,144); }

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

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

 a { background-color: rgb(19,29,144); }

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

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

 span { border-color: rgb(19,29,144); }

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