#131D95

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

Shades of Ultramarine #131D95

Tints of Ultramarine #131D95

Color information

#131D95 (or 0x131D95) is unknown color: approx Ultramarine. HEX triplet: 13, 1D and 95. RGB value is (19,29,149). Sum of RGB (Red+Green+Blue) = 19+29+149=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 149 (58.59% from 255 or 75.63% from 197); Max value from RGB is 149 - color contains mainly: blue. Hex color #131D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131D95 is #ECE26A. Grayscale: #272727. Windows color (decimal): -15524459 or 9772307. OLE color: 9772307.

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

Color convert

RGB1929149-
CMYK0.870.8100.42
HSL235.38º77.38%32.94%-
HSV(B)235.38º87.25%58.43%-
XYZ6.133.1928.73-
YUV39.69189.69113.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 29 (11.72% from 255) = 14.72%
BLUE value IS 149 (58.59% from 255) = 75.63%
R=9.64%
G=14.72%
B=75.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19291490.870.8100.42235.3877.3832.94
Hex131D95575102Aeb4d21
Octal233522512712105235311541
Binary100111110110010101101011110100010101010111010111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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