#13097F

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

Shades of Ultramarine #13097F

Tints of Ultramarine #13097F

Color information

#13097F (or 0x13097F) is unknown color: approx Ultramarine. HEX triplet: 13, 09 and 7F. RGB value is (19,9,127). Sum of RGB (Red+Green+Blue) = 19+9+127=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 127 (50% from 255 or 81.94% from 155); Max value from RGB is 127 - color contains mainly: blue. Hex color #13097F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13097F is #ECF680. Grayscale: #181818. Windows color (decimal): -15529601 or 8325395. OLE color: 8325395.

HSL color Cylindrical-coordinate representation of color #13097F: hue angle of 245.08º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13097F is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB199127-
CMYK0.850.9300.50
HSL245.08º86.76%26.67%-
HSV(B)245.08º92.91%49.8%-
XYZ4.21.8720.22-
YUV25.44185.31123.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 127 (50% from 255) = 81.94%
R=12.26%
G=5.81%
B=81.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1991270.850.9300.50245.0886.7626.67
Hex1397F555D032f5571b
Octal231117712513506236512733
Binary100111001111111110101011011101011001011110101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13097F; }

 p { color: rgb(19,9,127); }

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

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

 a { background-color: rgb(19,9,127); }

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

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

 span { border-color: rgb(19,9,127); }

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