#17397F

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

Shades of Dark Cerulean #17397F

Tints of Dark Cerulean #17397F

Color information

#17397F (or 0x17397F) is unknown color: approx Dark Cerulean. HEX triplet: 17, 39 and 7F. RGB value is (23,57,127). Sum of RGB (Red+Green+Blue) = 23+57+127=207 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.11% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #17397F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17397F is #E8C680. Grayscale: #363636. Windows color (decimal): -15255169 or 8337687. OLE color: 8337687.

HSL color Cylindrical-coordinate representation of color #17397F: hue angle of 220.38º 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 #17397F is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2357127-
CMYK0.820.5500.50
HSL220.38º69.33%29.41%-
HSV(B)220.38º81.89%49.8%-
XYZ5.654.6420.68-
YUV54.81168.74105.31-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.11%
GREEN value IS 57 (22.66% from 255) = 27.54%
BLUE value IS 127 (50% from 255) = 61.35%
R=11.11%
G=27.54%
B=61.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal23571270.820.5500.50220.3869.3329.41
Hex17397F5237032dc451d
Octal27711771226706233410535
Binary1011111100111111111010010110111011001011011100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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