#174369

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

Shades of Regal Blue #174369

Tints of Regal Blue #174369

Color information

#174369 (or 0x174369) is unknown color: approx Regal Blue. HEX triplet: 17, 43 and 69. RGB value is (23,67,105). Sum of RGB (Red+Green+Blue) = 23+67+105=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #174369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174369 is #E8BC96. Grayscale: #393939. Windows color (decimal): -15252631 or 6898455. OLE color: 6898455.

HSL color Cylindrical-coordinate representation of color #174369: hue angle of 207.8º 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 #174369 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2367105-
CMYK0.780.3600.59
HSL207.8º64.06%25.1%-
HSV(B)207.8º78.1%41.18%-
XYZ4.915.2214.11-
YUV58.18154.42102.91-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.79%
GREEN value IS 67 (26.56% from 255) = 34.36%
BLUE value IS 105 (41.41% from 255) = 53.85%
R=11.79%
G=34.36%
B=53.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal23671050.780.3600.59207.864.0625.1
Hex1743694E2403Bd04019
Octal271031511164407332010031
Binary10111100001111010011001110100100011101111010000100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174369; }

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

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

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

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

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

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

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

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