#174972

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

Shades of Dark Cerulean #174972

Tints of Dark Cerulean #174972

Color information

#174972 (or 0x174972) is unknown color: approx Dark Cerulean. HEX triplet: 17, 49 and 72. RGB value is (23,73,114). Sum of RGB (Red+Green+Blue) = 23+73+114=210 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.95% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #174972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174972 is #E8B68D. Grayscale: #3E3E3E. Windows color (decimal): -15251086 or 7489815. OLE color: 7489815.

HSL color Cylindrical-coordinate representation of color #174972: hue angle of 207.03º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #174972 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2373114-
CMYK0.800.3600.55
HSL207.03º66.42%26.86%-
HSV(B)207.03º79.82%44.71%-
XYZ5.776.1616.8-
YUV62.72156.9499.67-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.95%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 114 (44.92% from 255) = 54.29%
R=10.95%
G=34.76%
B=54.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23731140.800.3600.55207.0366.4226.86
Hex1749725024037cf421b
Octal271111621204406731710233
Binary10111100100111100101010000100100011011111001111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174972; }

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

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

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

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

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

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

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

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