#13189C

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

Shades of Ultramarine #13189C

Tints of Ultramarine #13189C

Color information

#13189C (or 0x13189C) is unknown color: approx Ultramarine. HEX triplet: 13, 18 and 9C. RGB value is (19,24,156). Sum of RGB (Red+Green+Blue) = 19+24+156=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 156 (61.33% from 255 or 78.39% from 199); Max value from RGB is 156 - color contains mainly: blue. Hex color #13189C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13189C is #ECE763. Grayscale: #252525. Windows color (decimal): -15525732 or 10229779. OLE color: 10229779.

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

Color convert

RGB1924156-
CMYK0.880.8500.39
HSL237.81º78.29%34.31%-
HSV(B)237.81º87.82%61.18%-
XYZ6.63.1931.72-
YUV37.55194.84114.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 24 (9.77% from 255) = 12.06%
BLUE value IS 156 (61.33% from 255) = 78.39%
R=9.55%
G=12.06%
B=78.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19241560.880.8500.39237.8178.2934.31
Hex13189C5855027ee4e22
Octal233023413012504735611642
Binary100111100010011100101100010101010100111111011101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13189C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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