#131984

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

Shades of Ultramarine #131984

Tints of Ultramarine #131984

Color information

#131984 (or 0x131984) is unknown color: approx Ultramarine. HEX triplet: 13, 19 and 84. RGB value is (19,25,132). Sum of RGB (Red+Green+Blue) = 19+25+132=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 132 (51.95% from 255 or 75% from 176); Max value from RGB is 132 - color contains mainly: blue. Hex color #131984 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131984 is #ECE67B. Grayscale: #222222. Windows color (decimal): -15525500 or 8657171. OLE color: 8657171.

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

Color convert

RGB1925132-
CMYK0.860.8100.48
HSL236.81º74.83%29.61%-
HSV(B)236.81º85.61%51.76%-
XYZ4.782.522.06-
YUV35.4182.51116.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 132 (51.95% from 255) = 75%
R=10.80%
G=14.20%
B=75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19251320.860.8100.48236.8174.8329.61
Hex1319845651030ed4b1e
Octal233120412612106035511336
Binary10011110011000010010101101010001011000011101101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131984; }

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

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

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

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

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

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

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

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