#172095

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

Shades of Ultramarine #172095

Tints of Ultramarine #172095

Color information

#172095 (or 0x172095) is unknown color: approx Ultramarine. HEX triplet: 17, 20 and 95. RGB value is (23,32,149). Sum of RGB (Red+Green+Blue) = 23+32+149=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #172095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172095 is #E8DF6A. Grayscale: #2A2A2A. Windows color (decimal): -15261547 or 9773079. OLE color: 9773079.

HSL color Cylindrical-coordinate representation of color #172095: hue angle of 235.71º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172095 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2332149-
CMYK0.850.7900.42
HSL235.71º73.26%33.73%-
HSV(B)235.71º84.56%58.43%-
XYZ6.293.3928.76-
YUV42.65188.02113.99-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.27%
GREEN value IS 32 (12.89% from 255) = 15.69%
BLUE value IS 149 (58.59% from 255) = 73.04%
R=11.27%
G=15.69%
B=73.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal23321490.850.7900.42235.7173.2633.73
Hex172095554F02Aec4922
Octal274022512511705235411142
Binary1011110000010010101101010110011110101010111011001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172095; }

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

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

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

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

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

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

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

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