#170F95

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

Shades of Ultramarine #170F95

Tints of Ultramarine #170F95

Color information

#170F95 (or 0x170F95) is unknown color: approx Ultramarine. HEX triplet: 17, 0F and 95. RGB value is (23,15,149). Sum of RGB (Red+Green+Blue) = 23+15+149=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 149 (58.59% from 255 or 79.68% from 187); Max value from RGB is 149 - color contains mainly: blue. Hex color #170F95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170F95 is #E8F06A. Grayscale: #202020. Windows color (decimal): -15265899 or 9768727. OLE color: 9768727.

HSL color Cylindrical-coordinate representation of color #170F95: hue angle of 243.58º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #170F95 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2315149-
CMYK0.850.9000.42
HSL243.58º81.71%32.16%-
HSV(B)243.58º89.93%58.43%-
XYZ5.952.6928.64-
YUV32.67193.65121.1-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.30%
GREEN value IS 15 (6.25% from 255) = 8.02%
BLUE value IS 149 (58.59% from 255) = 79.68%
R=12.30%
G=8.02%
B=79.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal23151490.850.9000.42243.5881.7132.16
Hex17F95555A02Af45220
Octal271722512513205236412240
Binary10111111110010101101010110110100101010111101001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170F95; }

 p { color: rgb(23,15,149); }

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

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

 a { background-color: rgb(23,15,149); }

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

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

 span { border-color: rgb(23,15,149); }

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