#174265

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

Shades of Regal Blue #174265

Tints of Regal Blue #174265

Color information

#174265 (or 0x174265) is unknown color: approx Regal Blue. HEX triplet: 17, 42 and 65. RGB value is (23,66,101). Sum of RGB (Red+Green+Blue) = 23+66+101=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #174265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174265 is #E8BD9A. Grayscale: #383838. Windows color (decimal): -15252891 or 6636055. OLE color: 6636055.

HSL color Cylindrical-coordinate representation of color #174265: hue angle of 206.92º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174265 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2366101-
CMYK0.770.3500.60
HSL206.92º62.9%24.31%-
HSV(B)206.92º77.23%39.61%-
XYZ4.655.0213.04-
YUV57.13152.75103.65-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.11%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 101 (39.84% from 255) = 53.16%
R=12.11%
G=34.74%
B=53.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal23661010.770.3500.60206.9262.924.31
Hex1742654D2303Ccf3f18
Octal27102145115430743177730
Binary1011110000101100101100110110001101111001100111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174265; }

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

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

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

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

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

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

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

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