#171293

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

Shades of Ultramarine #171293

Tints of Ultramarine #171293

Color information

#171293 (or 0x171293) is unknown color: approx Ultramarine. HEX triplet: 17, 12 and 93. RGB value is (23,18,147). Sum of RGB (Red+Green+Blue) = 23+18+147=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #171293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #171293 is #E8ED6C. Grayscale: #212121. Windows color (decimal): -15265133 or 9638423. OLE color: 9638423.

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

Color convert

RGB2318147-
CMYK0.840.8800.42
HSL242.33º78.18%32.35%-
HSV(B)242.33º87.76%57.65%-
XYZ5.842.7227.82-
YUV34.2191.66120.01-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.23%
GREEN value IS 18 (7.42% from 255) = 9.57%
BLUE value IS 147 (57.81% from 255) = 78.19%
R=12.23%
G=9.57%
B=78.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal23181470.840.8800.42242.3378.1832.35
Hex171293545802Af24e20
Octal272222312413005236211640
Binary101111001010010011101010010110000101010111100101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171293; }

 p { color: rgb(23,18,147); }

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

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

 a { background-color: rgb(23,18,147); }

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

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

 span { border-color: rgb(23,18,147); }

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