#13079D

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

Shades of Ultramarine #13079D

Tints of Ultramarine #13079D

Color information

#13079D (or 0x13079D) is unknown color: approx Ultramarine. HEX triplet: 13, 07 and 9D. RGB value is (19,7,157). Sum of RGB (Red+Green+Blue) = 19+7+157=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 157 (61.72% from 255 or 85.79% from 183); Max value from RGB is 157 - color contains mainly: blue. Hex color #13079D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13079D is #ECF862. Grayscale: #1B1B1B. Windows color (decimal): -15530083 or 10290963. OLE color: 10290963.

HSL color Cylindrical-coordinate representation of color #13079D: hue angle of 244.8º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13079D is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB197157-
CMYK0.880.9600.38
HSL244.8º91.46%32.16%-
HSV(B)244.8º95.54%61.57%-
XYZ6.432.7232.09-
YUV27.69200.98121.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 7 (3.12% from 255) = 3.83%
BLUE value IS 157 (61.72% from 255) = 85.79%
R=10.38%
G=3.83%
B=85.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1971570.880.9600.38244.891.4632.16
Hex1379D5860026f55b20
Octal23723513014004636513340
Binary1001111110011101101100011000000100110111101011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13079D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13079D; }

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

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

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

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

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

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

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

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