#173C85

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

Shades of Dark Cerulean #173C85

Tints of Dark Cerulean #173C85

Color information

#173C85 (or 0x173C85) is unknown color: approx Dark Cerulean. HEX triplet: 17, 3C and 85. RGB value is (23,60,133). Sum of RGB (Red+Green+Blue) = 23+60+133=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #173C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173C85 is #E8C37A. Grayscale: #383838. Windows color (decimal): -15254395 or 8731671. OLE color: 8731671.

HSL color Cylindrical-coordinate representation of color #173C85: hue angle of 219.82º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #173C85 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2360133-
CMYK0.830.5500.48
HSL219.82º70.51%30.59%-
HSV(B)219.82º82.71%52.16%-
XYZ6.25.1122.85-
YUV57.26170.74103.56-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.65%
GREEN value IS 60 (23.83% from 255) = 27.78%
BLUE value IS 133 (52.34% from 255) = 61.57%
R=10.65%
G=27.78%
B=61.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal23601330.830.5500.48219.8270.5130.59
Hex173C855337030dc471f
Octal27742051236706033410737
Binary10111111100100001011010011110111011000011011100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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