#13129A

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

Shades of Ultramarine #13129A

Tints of Ultramarine #13129A

Color information

#13129A (or 0x13129A) is unknown color: approx Ultramarine. HEX triplet: 13, 12 and 9A. RGB value is (19,18,154). Sum of RGB (Red+Green+Blue) = 19+18+154=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 154 (60.55% from 255 or 80.63% from 191); Max value from RGB is 154 - color contains mainly: blue. Hex color #13129A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13129A is #ECED65. Grayscale: #212121. Windows color (decimal): -15527270 or 10097171. OLE color: 10097171.

HSL color Cylindrical-coordinate representation of color #13129A: hue angle of 240.44º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13129A is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1918154-
CMYK0.880.8800.40
HSL240.44º79.07%33.73%-
HSV(B)240.44º88.31%60.39%-
XYZ6.322.930.8-
YUV33.8195.83117.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 154 (60.55% from 255) = 80.63%
R=9.95%
G=9.42%
B=80.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19181540.880.8800.40240.4479.0733.73
Hex13129A5858028f04f22
Octal232223213013005036011742
Binary100111001010011010101100010110000101000111100001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13129A; }

 p { color: rgb(19,18,154); }

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

<style>
 a { background-color: #13129A; }

 a { background-color: rgb(19,18,154); }

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

<style>
 span { border-color: #13129A; }

 span { border-color: rgb(19,18,154); }

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