#130388

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

Shades of Ultramarine #130388

Tints of Ultramarine #130388

Color information

#130388 (or 0x130388) is unknown color: approx Ultramarine. HEX triplet: 13, 03 and 88. RGB value is (19,3,136). Sum of RGB (Red+Green+Blue) = 19+3+136=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 136 (53.52% from 255 or 86.08% from 158); Max value from RGB is 136 - color contains mainly: blue. Hex color #130388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130388 is #ECFC77. Grayscale: #161616. Windows color (decimal): -15531128 or 8913683. OLE color: 8913683.

HSL color Cylindrical-coordinate representation of color #130388: hue angle of 247.22º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130388 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB193136-
CMYK0.860.9800.47
HSL247.22º95.68%27.25%-
HSV(B)247.22º97.79%53.33%-
XYZ4.751.9823.42-
YUV22.95191.8125.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 136 (53.52% from 255) = 86.08%
R=12.03%
G=1.90%
B=86.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1931360.860.9800.47247.2295.6827.25
Hex13388566202Ff7601b
Octal23321012614205736714033
Binary10011111000100010101101100010010111111110111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130388; }

 p { color: rgb(19,3,136); }

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

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

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

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

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

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

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