#174162

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

Shades of Regal Blue #174162

Tints of Regal Blue #174162

Color information

#174162 (or 0x174162) is unknown color: approx Regal Blue. HEX triplet: 17, 41 and 62. RGB value is (23,65,98). Sum of RGB (Red+Green+Blue) = 23+65+98=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #174162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174162 is #E8BE9D. Grayscale: #383838. Windows color (decimal): -15253150 or 6439191. OLE color: 6439191.

HSL color Cylindrical-coordinate representation of color #174162: hue angle of 206.4º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174162 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB236598-
CMYK0.770.3400.62
HSL206.4º61.98%23.73%-
HSV(B)206.4º76.53%38.43%-
XYZ4.454.8412.26-
YUV56.2151.59104.32-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.37%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=12.37%
G=34.95%
B=52.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2365980.770.3400.62206.461.9823.73
Hex1741624D2203Ece3e18
Octal27101142115420763167630
Binary1011110000011100010100110110001001111101100111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174162; }

 p { color: rgb(23,65,98); }

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

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

 a { background-color: rgb(23,65,98); }

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

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

 span { border-color: rgb(23,65,98); }

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