#174272

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

Shades of Dark Cerulean #174272

Tints of Dark Cerulean #174272

Color information

#174272 (or 0x174272) is unknown color: approx Dark Cerulean. HEX triplet: 17, 42 and 72. RGB value is (23,66,114). Sum of RGB (Red+Green+Blue) = 23+66+114=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #174272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174272 is #E8BD8D. Grayscale: #3A3A3A. Windows color (decimal): -15252878 or 7488023. OLE color: 7488023.

HSL color Cylindrical-coordinate representation of color #174272: hue angle of 211.65º 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 #174272 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2366114-
CMYK0.800.4200.55
HSL211.65º66.42%26.86%-
HSV(B)211.65º79.82%44.71%-
XYZ5.345.2916.66-
YUV58.62159.25102.6-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.33%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=11.33%
G=32.51%
B=56.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23661140.800.4200.55211.6566.4226.86
Hex174272502A037d4421b
Octal271021621205206732410233
Binary10111100001011100101010000101010011011111010100100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174272; }

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

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

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

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

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

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

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

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