#174269

Color #174269 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #174269

Tints of Regal Blue #174269

Color information

#174269 (or 0x174269) is unknown color: approx Regal Blue. HEX triplet: 17, 42 and 69. RGB value is (23,66,105). Sum of RGB (Red+Green+Blue) = 23+66+105=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #174269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174269 is #E8BD96. Grayscale: #393939. Windows color (decimal): -15252887 or 6898199. OLE color: 6898199.

HSL color Cylindrical-coordinate representation of color #174269: hue angle of 208.54º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #174269 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2366105-
CMYK0.780.3700.59
HSL208.54º64.06%25.1%-
HSV(B)208.54º78.1%41.18%-
XYZ4.855.114.09-
YUV57.59154.75103.33-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.86%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 105 (41.41% from 255) = 54.12%
R=11.86%
G=34.02%
B=54.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal23661050.780.3700.59208.5464.0625.1
Hex1742694E2503Bd14019
Octal271021511164507332110031
Binary10111100001011010011001110100101011101111010001100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174269; }

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

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

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

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

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

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

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

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