#131684

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

Shades of Ultramarine #131684

Tints of Ultramarine #131684

Color information

#131684 (or 0x131684) is unknown color: approx Ultramarine. HEX triplet: 13, 16 and 84. RGB value is (19,22,132). Sum of RGB (Red+Green+Blue) = 19+22+132=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 132 (51.95% from 255 or 76.30% from 173); Max value from RGB is 132 - color contains mainly: blue. Hex color #131684 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131684 is #ECE97B. Grayscale: #212121. Windows color (decimal): -15526268 or 8656403. OLE color: 8656403.

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

Color convert

RGB1922132-
CMYK0.860.8300.48
HSL238.41º74.83%29.61%-
HSV(B)238.41º85.61%51.76%-
XYZ4.722.3822.04-
YUV33.64183.51117.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.98%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 132 (51.95% from 255) = 76.30%
R=10.98%
G=12.72%
B=76.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19221320.860.8300.48238.4174.8329.61
Hex1316845653030ee4b1e
Octal232620412612306035611336
Binary10011101101000010010101101010011011000011101110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131684; }

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

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

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

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

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

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

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

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