#170494

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

Shades of Ultramarine #170494

Tints of Ultramarine #170494

Color information

#170494 (or 0x170494) is unknown color: approx Ultramarine. HEX triplet: 17, 04 and 94. RGB value is (23,4,148). Sum of RGB (Red+Green+Blue) = 23+4+148=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 148 (58.20% from 255 or 84.57% from 175); Max value from RGB is 148 - color contains mainly: blue. Hex color #170494 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170494 is #E8FB6B. Grayscale: #191919. Windows color (decimal): -15268716 or 9700375. OLE color: 9700375.

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

Color convert

RGB234148-
CMYK0.840.9700.42
HSL247.92º94.74%29.8%-
HSV(B)247.92º97.3%58.04%-
XYZ5.742.4128.18-
YUV26.1196.79125.79-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.14%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 148 (58.20% from 255) = 84.57%
R=13.14%
G=2.29%
B=84.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2341480.840.9700.42247.9294.7429.8
Hex17494546102Af85f1e
Octal27422412414105237013736
Binary101111001001010010101001100001010101011111000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170494; }

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

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

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

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

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

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

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

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