#174863

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

Shades of Astronaut Blue #174863

Tints of Astronaut Blue #174863

Color information

#174863 (or 0x174863) is unknown color: approx Astronaut Blue. HEX triplet: 17, 48 and 63. RGB value is (23,72,99). Sum of RGB (Red+Green+Blue) = 23+72+99=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #174863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174863 is #E8B79C. Grayscale: #3C3C3C. Windows color (decimal): -15251357 or 6506519. OLE color: 6506519.

HSL color Cylindrical-coordinate representation of color #174863: hue angle of 201.32º 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 #174863 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB237299-
CMYK0.770.2700.61
HSL201.32º62.3%23.92%-
HSV(B)201.32º76.77%38.82%-
XYZ4.925.7212.65-
YUV60.43149.77101.3-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.86%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 99 (39.06% from 255) = 51.03%
R=11.86%
G=37.11%
B=51.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2372990.770.2700.61201.3262.323.92
Hex1748634D1B03Dc93e18
Octal27110143115330753117630
Binary101111001000110001110011011101101111011100100111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174863; }

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

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

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

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

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

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

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

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