#13199D

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

Shades of Ultramarine #13199D

Tints of Ultramarine #13199D

Color information

#13199D (or 0x13199D) is unknown color: approx Ultramarine. HEX triplet: 13, 19 and 9D. RGB value is (19,25,157). Sum of RGB (Red+Green+Blue) = 19+25+157=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 157 (61.72% from 255 or 78.11% from 201); Max value from RGB is 157 - color contains mainly: blue. Hex color #13199D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13199D is #ECE662. Grayscale: #252525. Windows color (decimal): -15525475 or 10295571. OLE color: 10295571.

HSL color Cylindrical-coordinate representation of color #13199D: hue angle of 237.39º 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 #13199D is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1925157-
CMYK0.880.8400.38
HSL237.39º78.41%34.51%-
HSV(B)237.39º87.9%61.57%-
XYZ6.73.2732.18-
YUV38.25195.01114.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.45%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 157 (61.72% from 255) = 78.11%
R=9.45%
G=12.44%
B=78.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19251570.880.8400.38237.3978.4134.51
Hex13199D5854026ed4e23
Octal233123513012404635511643
Binary100111100110011101101100010101000100110111011011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13199D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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