#130A85

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

Shades of Ultramarine #130A85

Tints of Ultramarine #130A85

Color information

#130A85 (or 0x130A85) is unknown color: approx Ultramarine. HEX triplet: 13, 0A and 85. RGB value is (19,10,133). Sum of RGB (Red+Green+Blue) = 19+10+133=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 133 (52.34% from 255 or 82.10% from 162); Max value from RGB is 133 - color contains mainly: blue. Hex color #130A85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130A85 is #ECF57A. Grayscale: #1A1A1A. Windows color (decimal): -15529339 or 8718867. OLE color: 8718867.

HSL color Cylindrical-coordinate representation of color #130A85: hue angle of 244.39º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130A85 is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1910133-
CMYK0.860.9200.48
HSL244.39º86.01%28.04%-
HSV(B)244.39º92.48%52.16%-
XYZ4.612.0522.34-
YUV26.71187.98122.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 10 (4.30% from 255) = 6.17%
BLUE value IS 133 (52.34% from 255) = 82.10%
R=11.73%
G=6.17%
B=82.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19101330.860.9200.48244.3986.0128.04
Hex13A85565C030f4561c
Octal231220512613406036412634
Binary1001110101000010110101101011100011000011110100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130A85; }

 p { color: rgb(19,10,133); }

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

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

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

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

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

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

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