#174970

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

Shades of Dark Cerulean #174970

Tints of Dark Cerulean #174970

Color information

#174970 (or 0x174970) is unknown color: approx Dark Cerulean. HEX triplet: 17, 49 and 70. RGB value is (23,73,112). Sum of RGB (Red+Green+Blue) = 23+73+112=208 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.06% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #174970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174970 is #E8B68F. Grayscale: #3E3E3E. Windows color (decimal): -15251088 or 7358743. OLE color: 7358743.

HSL color Cylindrical-coordinate representation of color #174970: hue angle of 206.29º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #174970 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2373112-
CMYK0.790.3500.56
HSL206.29º65.93%26.47%-
HSV(B)206.29º79.46%43.92%-
XYZ5.666.1216.21-
YUV62.5155.9499.83-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.06%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 112 (44.14% from 255) = 53.85%
R=11.06%
G=35.10%
B=53.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23731120.790.3500.56206.2965.9326.47
Hex1749704F23038ce421a
Octal271111601174307031610232
Binary10111100100111100001001111100011011100011001110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174970; }

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

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

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

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

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

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

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

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