#17497F

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

Shades of Dark Cerulean #17497F

Tints of Dark Cerulean #17497F

Color information

#17497F (or 0x17497F) is unknown color: approx Dark Cerulean. HEX triplet: 17, 49 and 7F. RGB value is (23,73,127). Sum of RGB (Red+Green+Blue) = 23+73+127=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #17497F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17497F is #E8B680. Grayscale: #3F3F3F. Windows color (decimal): -15251073 or 8341783. OLE color: 8341783.

HSL color Cylindrical-coordinate representation of color #17497F: hue angle of 211.15º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17497F is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2373127-
CMYK0.820.4300.50
HSL211.15º69.33%29.41%-
HSV(B)211.15º81.89%49.8%-
XYZ6.576.4820.98-
YUV64.21163.4498.61-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.31%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 127 (50% from 255) = 56.95%
R=10.31%
G=32.74%
B=56.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal23731270.820.4300.50211.1569.3329.41
Hex17497F522B032d3451d
Octal271111771225306232310535
Binary10111100100111111111010010101011011001011010011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17497F; }

 p { color: rgb(23,73,127); }

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

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

 a { background-color: rgb(23,73,127); }

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

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

 span { border-color: rgb(23,73,127); }

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