#131886

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

Shades of Ultramarine #131886

Tints of Ultramarine #131886

Color information

#131886 (or 0x131886) is unknown color: approx Ultramarine. HEX triplet: 13, 18 and 86. RGB value is (19,24,134). Sum of RGB (Red+Green+Blue) = 19+24+134=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 134 (52.73% from 255 or 75.71% from 177); Max value from RGB is 134 - color contains mainly: blue. Hex color #131886 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131886 is #ECE779. Grayscale: #222222. Windows color (decimal): -15525754 or 8787987. OLE color: 8787987.

HSL color Cylindrical-coordinate representation of color #131886: hue angle of 237.39º 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 #131886 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1924134-
CMYK0.860.8200.47
HSL237.39º75.16%30%-
HSV(B)237.39º85.82%52.55%-
XYZ4.92.5122.78-
YUV35.04183.84116.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.73%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 134 (52.73% from 255) = 75.71%
R=10.73%
G=13.56%
B=75.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19241340.860.8200.47237.3975.1630
Hex131886565202Fed4b1e
Octal233020612612205735511336
Binary10011110001000011010101101010010010111111101101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131886; }

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

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

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

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

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

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

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

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