#170885

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

Shades of Ultramarine #170885

Tints of Ultramarine #170885

Color information

#170885 (or 0x170885) is unknown color: approx Ultramarine. HEX triplet: 17, 08 and 85. RGB value is (23,8,133). Sum of RGB (Red+Green+Blue) = 23+8+133=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 133 (52.34% from 255 or 81.10% from 164); Max value from RGB is 133 - color contains mainly: blue. Hex color #170885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170885 is #E8F77A. Grayscale: #1A1A1A. Windows color (decimal): -15267707 or 8718359. OLE color: 8718359.

HSL color Cylindrical-coordinate representation of color #170885: hue angle of 247.2º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170885 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB238133-
CMYK0.830.9400.48
HSL247.2º88.65%27.65%-
HSV(B)247.2º93.98%52.16%-
XYZ4.672.0522.34-
YUV26.74187.97125.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.02%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 133 (52.34% from 255) = 81.10%
R=14.02%
G=4.88%
B=81.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2381330.830.9400.48247.288.6527.65
Hex17885535E030f7591c
Octal271020512313606036713134
Binary1011110001000010110100111011110011000011110111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170885; }

 p { color: rgb(23,8,133); }

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

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

 a { background-color: rgb(23,8,133); }

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

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

 span { border-color: rgb(23,8,133); }

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