#13179A

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

Shades of Ultramarine #13179A

Tints of Ultramarine #13179A

Color information

#13179A (or 0x13179A) is unknown color: approx Ultramarine. HEX triplet: 13, 17 and 9A. RGB value is (19,23,154). Sum of RGB (Red+Green+Blue) = 19+23+154=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 154 (60.55% from 255 or 78.57% from 196); Max value from RGB is 154 - color contains mainly: blue. Hex color #13179A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13179A is #ECE865. Grayscale: #242424. Windows color (decimal): -15525990 or 10098451. OLE color: 10098451.

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

Color convert

RGB1923154-
CMYK0.880.8500.40
HSL238.22º78.03%33.92%-
HSV(B)238.22º87.66%60.39%-
XYZ6.413.0830.83-
YUV36.74194.17115.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.69%
GREEN value IS 23 (9.38% from 255) = 11.73%
BLUE value IS 154 (60.55% from 255) = 78.57%
R=9.69%
G=11.73%
B=78.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19231540.880.8500.40238.2278.0333.92
Hex13179A5855028ee4e22
Octal232723213012505035611642
Binary100111011110011010101100010101010101000111011101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13179A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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