#170077

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

Shades of Ultramarine #170077

Tints of Ultramarine #170077

Color information

#170077 (or 0x170077) is unknown color: approx Ultramarine. HEX triplet: 17, 00 and 77. RGB value is (23,0,119). Sum of RGB (Red+Green+Blue) = 23+0+119=142 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.20% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 119 (46.88% from 255 or 83.80% from 142); Max value from RGB is 119 - color contains mainly: blue. Hex color #170077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170077 is #E8FF88. Grayscale: #131313. Windows color (decimal): -15269769 or 7798807. OLE color: 7798807.

HSL color Cylindrical-coordinate representation of color #170077: hue angle of 251.6º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170077 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB230119-
CMYK0.81100.53
HSL251.6º100%23.33%-
HSV(B)251.6º100%46.67%-
XYZ3.681.5117.55-
YUV20.44183.62129.82-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 83.80%
R=16.20%
G=0%
B=83.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2301190.81100.53251.610023.33
Hex170775164035fc6417
Octal27016712114406537414427
Binary101110111011110100011100100011010111111100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170077; }

 p { color: rgb(23,0,119); }

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

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

 a { background-color: rgb(23,0,119); }

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

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

 span { border-color: rgb(23,0,119); }

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