#173585

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

Shades of Dark Cerulean #173585

Tints of Dark Cerulean #173585

Color information

#173585 (or 0x173585) is unknown color: approx Dark Cerulean. HEX triplet: 17, 35 and 85. RGB value is (23,53,133). Sum of RGB (Red+Green+Blue) = 23+53+133=209 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.00% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #173585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173585 is #E8CA7A. Grayscale: #343434. Windows color (decimal): -15256187 or 8729879. OLE color: 8729879.

HSL color Cylindrical-coordinate representation of color #173585: hue angle of 223.64º 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 #173585 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2353133-
CMYK0.830.6000.48
HSL223.64º70.51%30.59%-
HSV(B)223.64º82.71%52.16%-
XYZ5.864.4222.73-
YUV53.15173.06106.5-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.00%
GREEN value IS 53 (21.09% from 255) = 25.36%
BLUE value IS 133 (52.34% from 255) = 63.64%
R=11.00%
G=25.36%
B=63.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal23531330.830.6000.48223.6470.5130.59
Hex173585533C030e0471f
Octal27652051237406034010737
Binary10111110101100001011010011111100011000011100000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173585; }

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

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

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

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

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

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

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

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