#130779

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

Shades of Ultramarine #130779

Tints of Ultramarine #130779

Color information

#130779 (or 0x130779) is unknown color: approx Ultramarine. HEX triplet: 13, 07 and 79. RGB value is (19,7,121). Sum of RGB (Red+Green+Blue) = 19+7+121=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 121 (47.66% from 255 or 82.31% from 147); Max value from RGB is 121 - color contains mainly: blue. Hex color #130779 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130779 is #ECF886. Grayscale: #171717. Windows color (decimal): -15530119 or 7931667. OLE color: 7931667.

HSL color Cylindrical-coordinate representation of color #130779: hue angle of 246.32º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130779 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB197121-
CMYK0.840.9400.53
HSL246.32º89.06%25.1%-
HSV(B)246.32º94.21%47.45%-
XYZ3.81.6718.21-
YUV23.58182.98124.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 121 (47.66% from 255) = 82.31%
R=12.93%
G=4.76%
B=82.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1971210.840.9400.53246.3289.0625.1
Hex13779545E035f65919
Octal23717112413606536613131
Binary10011111111100110101001011110011010111110110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130779; }

 p { color: rgb(19,7,121); }

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

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

 a { background-color: rgb(19,7,121); }

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

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

 span { border-color: rgb(19,7,121); }

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