#131784

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

Shades of Ultramarine #131784

Tints of Ultramarine #131784

Color information

#131784 (or 0x131784) is unknown color: approx Ultramarine. HEX triplet: 13, 17 and 84. RGB value is (19,23,132). Sum of RGB (Red+Green+Blue) = 19+23+132=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 132 (51.95% from 255 or 75.86% from 174); Max value from RGB is 132 - color contains mainly: blue. Hex color #131784 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131784 is #ECE87B. Grayscale: #212121. Windows color (decimal): -15526012 or 8656659. OLE color: 8656659.

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

Color convert

RGB1923132-
CMYK0.860.8300.48
HSL237.88º74.83%29.61%-
HSV(B)237.88º85.61%51.76%-
XYZ4.742.4222.05-
YUV34.23183.17117.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 23 (9.38% from 255) = 13.22%
BLUE value IS 132 (51.95% from 255) = 75.86%
R=10.92%
G=13.22%
B=75.86%

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
Decimal19231320.860.8300.48237.8874.8329.61
Hex1317845653030ee4b1e
Octal232720412612306035611336
Binary10011101111000010010101101010011011000011101110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131784; }

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

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

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

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

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

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

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

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