#13099F

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

Shades of Ultramarine #13099F

Tints of Ultramarine #13099F

Color information

#13099F (or 0x13099F) is unknown color: approx Ultramarine. HEX triplet: 13, 09 and 9F. RGB value is (19,9,159). Sum of RGB (Red+Green+Blue) = 19+9+159=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 159 (62.5% from 255 or 85.03% from 187); Max value from RGB is 159 - color contains mainly: blue. Hex color #13099F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13099F is #ECF660. Grayscale: #1C1C1C. Windows color (decimal): -15529569 or 10422547. OLE color: 10422547.

HSL color Cylindrical-coordinate representation of color #13099F: hue angle of 244º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13099F is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB199159-
CMYK0.880.9400.38
HSL244º89.29%32.94%-
HSV(B)244º94.34%62.35%-
XYZ6.622.8433-
YUV29.09201.31120.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 159 (62.5% from 255) = 85.03%
R=10.16%
G=4.81%
B=85.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1991590.880.9400.3824489.2932.94
Hex1399F585E026f45921
Octal231123713013604636413141
Binary10011100110011111101100010111100100110111101001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13099F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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