#131884

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

Shades of Ultramarine #131884

Tints of Ultramarine #131884

Color information

#131884 (or 0x131884) is unknown color: approx Ultramarine. HEX triplet: 13, 18 and 84. RGB value is (19,24,132). Sum of RGB (Red+Green+Blue) = 19+24+132=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 132 (51.95% from 255 or 75.43% from 175); Max value from RGB is 132 - color contains mainly: blue. Hex color #131884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131884 is #ECE77B. Grayscale: #222222. Windows color (decimal): -15525756 or 8656915. OLE color: 8656915.

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

Color convert

RGB1924132-
CMYK0.860.8200.48
HSL237.35º74.83%29.61%-
HSV(B)237.35º85.61%51.76%-
XYZ4.762.4622.05-
YUV34.82182.84116.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 132 (51.95% from 255) = 75.43%
R=10.86%
G=13.71%
B=75.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19241320.860.8200.48237.3574.8329.61
Hex1318845652030ed4b1e
Octal233020412612206035511336
Binary10011110001000010010101101010010011000011101101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131884; }

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

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

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

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

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

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

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

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