#131C86

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

Shades of Ultramarine #131C86

Tints of Ultramarine #131C86

Color information

#131C86 (or 0x131C86) is unknown color: approx Ultramarine. HEX triplet: 13, 1C and 86. RGB value is (19,28,134). Sum of RGB (Red+Green+Blue) = 19+28+134=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 134 (52.73% from 255 or 74.03% from 181); Max value from RGB is 134 - color contains mainly: blue. Hex color #131C86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131C86 is #ECE379. Grayscale: #242424. Windows color (decimal): -15524730 or 8789011. OLE color: 8789011.

HSL color Cylindrical-coordinate representation of color #131C86: hue angle of 235.3º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131C86 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1928134-
CMYK0.860.7900.47
HSL235.3º75.16%30%-
HSV(B)235.3º85.82%52.55%-
XYZ4.992.6922.81-
YUV37.39182.52114.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.50%
GREEN value IS 28 (11.33% from 255) = 15.47%
BLUE value IS 134 (52.73% from 255) = 74.03%
R=10.50%
G=15.47%
B=74.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19281340.860.7900.47235.375.1630
Hex131C86564F02Feb4b1e
Octal233420612611705735311336
Binary10011111001000011010101101001111010111111101011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,28,134); }

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

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

 a { background-color: rgb(19,28,134); }

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

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

 span { border-color: rgb(19,28,134); }

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