#13169A

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

Shades of Ultramarine #13169A

Tints of Ultramarine #13169A

Color information

#13169A (or 0x13169A) is unknown color: approx Ultramarine. HEX triplet: 13, 16 and 9A. RGB value is (19,22,154). Sum of RGB (Red+Green+Blue) = 19+22+154=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 154 (60.55% from 255 or 78.97% from 195); Max value from RGB is 154 - color contains mainly: blue. Hex color #13169A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13169A is #ECE965. Grayscale: #232323. Windows color (decimal): -15526246 or 10098195. OLE color: 10098195.

HSL color Cylindrical-coordinate representation of color #13169A: hue angle of 238.67º degrees, saturation: 0.78, 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 #13169A is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1922154-
CMYK0.880.8600.40
HSL238.67º78.03%33.92%-
HSV(B)238.67º87.66%60.39%-
XYZ6.393.0530.82-
YUV36.15194.51115.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.74%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 154 (60.55% from 255) = 78.97%
R=9.74%
G=11.28%
B=78.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19221540.880.8600.40238.6778.0333.92
Hex13169A5856028ef4e22
Octal232623213012605035711642
Binary100111011010011010101100010101100101000111011111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13169A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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