#1309A6

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

Shades of Ultramarine #1309A6

Tints of Ultramarine #1309A6

Color information

#1309A6 (or 0x1309A6) is unknown color: approx Ultramarine. HEX triplet: 13, 09 and A6. RGB value is (19,9,166). Sum of RGB (Red+Green+Blue) = 19+9+166=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 166 (65.23% from 255 or 85.57% from 194); Max value from RGB is 166 - color contains mainly: blue. Hex color #1309A6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1309A6 is #ECF659. Grayscale: #1D1D1D. Windows color (decimal): -15529562 or 10881299. OLE color: 10881299.

HSL color Cylindrical-coordinate representation of color #1309A6: hue angle of 243.82º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1309A6 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB199166-
CMYK0.890.9500.35
HSL243.82º89.71%34.31%-
HSV(B)243.82º94.58%65.1%-
XYZ7.253.0936.29-
YUV29.89204.81120.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 166 (65.23% from 255) = 85.57%
R=9.79%
G=4.64%
B=85.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1991660.890.9500.35243.8289.7134.31
Hex139A6595F023f45a22
Octal231124613113704336413242
Binary10011100110100110101100110111110100011111101001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1309A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1309A6; }

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

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

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

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

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

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

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

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