#131382

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

Shades of Ultramarine #131382

Tints of Ultramarine #131382

Color information

#131382 (or 0x131382) is unknown color: approx Ultramarine. HEX triplet: 13, 13 and 82. RGB value is (19,19,130). Sum of RGB (Red+Green+Blue) = 19+19+130=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 130 (51.17% from 255 or 77.38% from 168); Max value from RGB is 130 - color contains mainly: blue. Hex color #131382 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131382 is #ECEC7D. Grayscale: #1F1F1F. Windows color (decimal): -15527038 or 8524563. OLE color: 8524563.

HSL color Cylindrical-coordinate representation of color #131382: hue angle of 240º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131382 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1919130-
CMYK0.850.8500.49
HSL240º74.5%29.22%-
HSV(B)240º85.38%50.98%-
XYZ4.532.2221.31-
YUV31.65183.5118.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.31%
GREEN value IS 19 (7.81% from 255) = 11.31%
BLUE value IS 130 (51.17% from 255) = 77.38%
R=11.31%
G=11.31%
B=77.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19191300.850.8500.4924074.529.22
Hex1313825555031f04a1d
Octal232320212512506136011235
Binary10011100111000001010101011010101011000111110000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131382; }

 p { color: rgb(19,19,130); }

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

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

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

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

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

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

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