#173F80

Color #173F80 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #173F80

Tints of Dark Cerulean #173F80

Color information

#173F80 (or 0x173F80) is unknown color: approx Dark Cerulean. HEX triplet: 17, 3F and 80. RGB value is (23,63,128). Sum of RGB (Red+Green+Blue) = 23+63+128=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #173F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173F80 is #E8C07F. Grayscale: #3A3A3A. Windows color (decimal): -15253632 or 8404759. OLE color: 8404759.

HSL color Cylindrical-coordinate representation of color #173F80: hue angle of 217.14º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #173F80 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2363128-
CMYK0.820.5100.50
HSL217.14º69.54%29.61%-
HSV(B)217.14º82.03%50.2%-
XYZ6.035.321.13-
YUV58.45167.25102.71-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.75%
GREEN value IS 63 (25% from 255) = 29.44%
BLUE value IS 128 (50.39% from 255) = 59.81%
R=10.75%
G=29.44%
B=59.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal23631280.820.5100.50217.1469.5429.61
Hex173F805233032d9461e
Octal27772001226306233110636
Binary10111111111100000001010010110011011001011011001100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173F80; }

 p { color: rgb(23,63,128); }

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

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

 a { background-color: rgb(23,63,128); }

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

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

 span { border-color: rgb(23,63,128); }

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