#171394

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

Shades of Ultramarine #171394

Tints of Ultramarine #171394

Color information

#171394 (or 0x171394) is unknown color: approx Ultramarine. HEX triplet: 17, 13 and 94. RGB value is (23,19,148). Sum of RGB (Red+Green+Blue) = 23+19+148=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #171394 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #171394 is #E8EC6B. Grayscale: #222222. Windows color (decimal): -15264876 or 9704215. OLE color: 9704215.

HSL color Cylindrical-coordinate representation of color #171394: hue angle of 241.86º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #171394 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2319148-
CMYK0.840.8700.42
HSL241.86º77.25%32.75%-
HSV(B)241.86º87.16%58.04%-
XYZ5.932.7928.24-
YUV34.9191.83119.51-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.11%
GREEN value IS 19 (7.81% from 255) = 10%
BLUE value IS 148 (58.20% from 255) = 77.89%
R=12.11%
G=10%
B=77.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal23191480.840.8700.42241.8677.2532.75
Hex171394545702Af24d21
Octal272322412412705236211541
Binary101111001110010100101010010101110101010111100101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171394; }

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

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

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

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

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

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

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

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