#174263

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

Shades of Regal Blue #174263

Tints of Regal Blue #174263

Color information

#174263 (or 0x174263) is unknown color: approx Regal Blue. HEX triplet: 17, 42 and 63. RGB value is (23,66,99). Sum of RGB (Red+Green+Blue) = 23+66+99=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #174263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174263 is #E8BD9C. Grayscale: #383838. Windows color (decimal): -15252893 or 6504983. OLE color: 6504983.

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

Color convert

RGB236699-
CMYK0.770.3300.61
HSL206.05º62.3%23.92%-
HSV(B)206.05º76.77%38.82%-
XYZ4.554.9812.53-
YUV56.9151.75103.82-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.23%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 99 (39.06% from 255) = 52.66%
R=12.23%
G=35.11%
B=52.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2366990.770.3300.61206.0562.323.92
Hex1742634D2103Dce3e18
Octal27102143115410753167630
Binary1011110000101100011100110110000101111011100111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174263; }

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

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

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

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

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

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

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

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