#130CA0

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

Shades of Ultramarine #130CA0

Tints of Ultramarine #130CA0

Color information

#130CA0 (or 0x130CA0) is unknown color: approx Ultramarine. HEX triplet: 13, 0C and A0. RGB value is (19,12,160). Sum of RGB (Red+Green+Blue) = 19+12+160=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 160 (62.89% from 255 or 83.77% from 191); Max value from RGB is 160 - color contains mainly: blue. Hex color #130CA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130CA0 is #ECF35F. Grayscale: #1E1E1E. Windows color (decimal): -15528800 or 10488851. OLE color: 10488851.

HSL color Cylindrical-coordinate representation of color #130CA0: hue angle of 242.84º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130CA0 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1912160-
CMYK0.880.9300.37
HSL242.84º86.05%33.73%-
HSV(B)242.84º92.5%62.75%-
XYZ6.752.9433.47-
YUV30.97200.82119.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 12 (5.08% from 255) = 6.28%
BLUE value IS 160 (62.89% from 255) = 83.77%
R=9.95%
G=6.28%
B=83.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal19121600.880.9300.37242.8486.0533.73
Hex13CA0585D025f35622
Octal231424013013504536312642
Binary10011110010100000101100010111010100101111100111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,12,160); }

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

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

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

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

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

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

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