#131584

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

Shades of Ultramarine #131584

Tints of Ultramarine #131584

Color information

#131584 (or 0x131584) is unknown color: approx Ultramarine. HEX triplet: 13, 15 and 84. RGB value is (19,21,132). Sum of RGB (Red+Green+Blue) = 19+21+132=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 132 (51.95% from 255 or 76.74% from 172); Max value from RGB is 132 - color contains mainly: blue. Hex color #131584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131584 is #ECEA7B. Grayscale: #202020. Windows color (decimal): -15526524 or 8656147. OLE color: 8656147.

HSL color Cylindrical-coordinate representation of color #131584: hue angle of 238.94º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131584 is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1921132-
CMYK0.860.8400.48
HSL238.94º74.83%29.61%-
HSV(B)238.94º85.61%51.76%-
XYZ4.72.3422.03-
YUV33.06183.84117.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 132 (51.95% from 255) = 76.74%
R=11.05%
G=12.21%
B=76.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19211320.860.8400.48238.9474.8329.61
Hex1315845654030ef4b1e
Octal232520412612406035711336
Binary10011101011000010010101101010100011000011101111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131584; }

 p { color: rgb(19,21,132); }

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

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

 a { background-color: rgb(19,21,132); }

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

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

 span { border-color: rgb(19,21,132); }

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