#171490

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

Shades of Ultramarine #171490

Tints of Ultramarine #171490

Color information

#171490 (or 0x171490) is unknown color: approx Ultramarine. HEX triplet: 17, 14 and 90. RGB value is (23,20,144). Sum of RGB (Red+Green+Blue) = 23+20+144=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 144 (56.64% from 255 or 77.01% from 187); Max value from RGB is 144 - color contains mainly: blue. Hex color #171490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #171490 is #E8EB6F. Grayscale: #222222. Windows color (decimal): -15264624 or 9442327. OLE color: 9442327.

HSL color Cylindrical-coordinate representation of color #171490: hue angle of 241.45º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #171490 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2320144-
CMYK0.840.8600.44
HSL241.45º75.61%32.16%-
HSV(B)241.45º86.11%56.47%-
XYZ5.642.726.61-
YUV35.03189.49119.42-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.30%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 144 (56.64% from 255) = 77.01%
R=12.30%
G=10.70%
B=77.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal23201440.840.8600.44241.4575.6132.16
Hex171490545602Cf14c20
Octal272422012412605436111440
Binary101111010010010000101010010101100101100111100011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171490; }

 p { color: rgb(23,20,144); }

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

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

 a { background-color: rgb(23,20,144); }

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

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

 span { border-color: rgb(23,20,144); }

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