#131D93

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

Shades of Ultramarine #131D93

Tints of Ultramarine #131D93

Color information

#131D93 (or 0x131D93) is unknown color: approx Ultramarine. HEX triplet: 13, 1D and 93. RGB value is (19,29,147). Sum of RGB (Red+Green+Blue) = 19+29+147=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 147 (57.81% from 255 or 75.38% from 195); Max value from RGB is 147 - color contains mainly: blue. Hex color #131D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131D93 is #ECE26C. Grayscale: #262626. Windows color (decimal): -15524461 or 9641235. OLE color: 9641235.

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

Color convert

RGB1929147-
CMYK0.870.8000.42
HSL235.31º77.11%32.55%-
HSV(B)235.31º87.07%57.65%-
XYZ5.973.1227.89-
YUV39.46188.69113.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.74%
GREEN value IS 29 (11.72% from 255) = 14.87%
BLUE value IS 147 (57.81% from 255) = 75.38%
R=9.74%
G=14.87%
B=75.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19291470.870.8000.42235.3177.1132.55
Hex131D93575002Aeb4d21
Octal233522312712005235311541
Binary100111110110010011101011110100000101010111010111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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