#13099D

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

Shades of Ultramarine #13099D

Tints of Ultramarine #13099D

Color information

#13099D (or 0x13099D) is unknown color: approx Ultramarine. HEX triplet: 13, 09 and 9D. RGB value is (19,9,157). Sum of RGB (Red+Green+Blue) = 19+9+157=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 157 (61.72% from 255 or 84.86% from 185); Max value from RGB is 157 - color contains mainly: blue. Hex color #13099D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13099D is #ECF662. Grayscale: #1C1C1C. Windows color (decimal): -15529571 or 10291475. OLE color: 10291475.

HSL color Cylindrical-coordinate representation of color #13099D: hue angle of 244.05º 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 #13099D is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB199157-
CMYK0.880.9400.38
HSL244.05º89.16%32.55%-
HSV(B)244.05º94.27%61.57%-
XYZ6.452.7732.09-
YUV28.86200.31120.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 157 (61.72% from 255) = 84.86%
R=10.27%
G=4.86%
B=84.86%

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
Decimal1991570.880.9400.38244.0589.1632.55
Hex1399D585E026f45921
Octal231123513013604636413141
Binary10011100110011101101100010111100100110111101001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13099D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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