#13129E

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

Shades of Ultramarine #13129E

Tints of Ultramarine #13129E

Color information

#13129E (or 0x13129E) is unknown color: approx Ultramarine. HEX triplet: 13, 12 and 9E. RGB value is (19,18,158). Sum of RGB (Red+Green+Blue) = 19+18+158=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 158 (62.11% from 255 or 81.03% from 195); Max value from RGB is 158 - color contains mainly: blue. Hex color #13129E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13129E is #ECED61. Grayscale: #212121. Windows color (decimal): -15527266 or 10359315. OLE color: 10359315.

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

Color convert

RGB1918158-
CMYK0.880.8900.38
HSL240.43º79.55%34.51%-
HSV(B)240.43º88.61%61.96%-
XYZ6.663.0432.58-
YUV34.26197.83117.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.74%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 158 (62.11% from 255) = 81.03%
R=9.74%
G=9.23%
B=81.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19181580.880.8900.38240.4379.5534.51
Hex13129E5859026f05023
Octal232223613013104636012043
Binary100111001010011110101100010110010100110111100001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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