#172195

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

Shades of Ultramarine #172195

Tints of Ultramarine #172195

Color information

#172195 (or 0x172195) is unknown color: approx Ultramarine. HEX triplet: 17, 21 and 95. RGB value is (23,33,149). Sum of RGB (Red+Green+Blue) = 23+33+149=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #172195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172195 is #E8DE6A. Grayscale: #2A2A2A. Windows color (decimal): -15261291 or 9773335. OLE color: 9773335.

HSL color Cylindrical-coordinate representation of color #172195: hue angle of 235.24º 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 #172195 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2333149-
CMYK0.850.7800.42
HSL235.24º73.26%33.73%-
HSV(B)235.24º84.56%58.43%-
XYZ6.323.4428.76-
YUV43.23187.69113.57-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.22%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 149 (58.59% from 255) = 72.68%
R=11.22%
G=16.10%
B=72.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal23331490.850.7800.42235.2473.2633.73
Hex172195554E02Aeb4922
Octal274122512511605235311142
Binary1011110000110010101101010110011100101010111010111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172195; }

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

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

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

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

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

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

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

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