#130A8A

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

Shades of Ultramarine #130A8A

Tints of Ultramarine #130A8A

Color information

#130A8A (or 0x130A8A) is unknown color: approx Ultramarine. HEX triplet: 13, 0A and 8A. RGB value is (19,10,138). Sum of RGB (Red+Green+Blue) = 19+10+138=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 138 (54.30% from 255 or 82.63% from 167); Max value from RGB is 138 - color contains mainly: blue. Hex color #130A8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130A8A is #ECF575. Grayscale: #1A1A1A. Windows color (decimal): -15529334 or 9046547. OLE color: 9046547.

HSL color Cylindrical-coordinate representation of color #130A8A: hue angle of 244.22º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130A8A is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1910138-
CMYK0.860.9300.46
HSL244.22º86.49%29.02%-
HSV(B)244.22º92.75%54.12%-
XYZ4.962.1924.21-
YUV27.28190.48122.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 10 (4.30% from 255) = 5.99%
BLUE value IS 138 (54.30% from 255) = 82.63%
R=11.38%
G=5.99%
B=82.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19101380.860.9300.46244.2286.4929.02
Hex13A8A565D02Ef4561d
Octal231221212613505636412635
Binary1001110101000101010101101011101010111011110100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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