#13189D

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

Shades of Ultramarine #13189D

Tints of Ultramarine #13189D

Color information

#13189D (or 0x13189D) is unknown color: approx Ultramarine. HEX triplet: 13, 18 and 9D. RGB value is (19,24,157). Sum of RGB (Red+Green+Blue) = 19+24+157=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 157 (61.72% from 255 or 78.5% from 200); Max value from RGB is 157 - color contains mainly: blue. Hex color #13189D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13189D is #ECE762. Grayscale: #252525. Windows color (decimal): -15525731 or 10295315. OLE color: 10295315.

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

Color convert

RGB1924157-
CMYK0.880.8500.38
HSL237.83º78.41%34.51%-
HSV(B)237.83º87.9%61.57%-
XYZ6.683.2332.17-
YUV37.67195.34114.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.5%
GREEN value IS 24 (9.77% from 255) = 12%
BLUE value IS 157 (61.72% from 255) = 78.5%
R=9.5%
G=12%
B=78.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19241570.880.8500.38237.8378.4134.51
Hex13189D5855026ee4e23
Octal233023513012504635611643
Binary100111100010011101101100010101010100110111011101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13189D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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