#130AA3

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

Shades of Ultramarine #130AA3

Tints of Ultramarine #130AA3

Color information

#130AA3 (or 0x130AA3) is unknown color: approx Ultramarine. HEX triplet: 13, 0A and A3. RGB value is (19,10,163). Sum of RGB (Red+Green+Blue) = 19+10+163=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 163 (64.06% from 255 or 84.90% from 192); Max value from RGB is 163 - color contains mainly: blue. Hex color #130AA3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130AA3 is #ECF55C. Grayscale: #1D1D1D. Windows color (decimal): -15529309 or 10684947. OLE color: 10684947.

HSL color Cylindrical-coordinate representation of color #130AA3: hue angle of 243.53º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130AA3 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1910163-
CMYK0.880.9400.36
HSL243.53º88.44%33.92%-
HSV(B)243.53º93.87%63.92%-
XYZ6.99334.86-
YUV30.13202.98120.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 10 (4.30% from 255) = 5.21%
BLUE value IS 163 (64.06% from 255) = 84.90%
R=9.90%
G=5.21%
B=84.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19101630.880.9400.36243.5388.4433.92
Hex13AA3585E024f45822
Octal231224313013604436413042
Binary10011101010100011101100010111100100100111101001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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