#17466A

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

Shades of Astronaut Blue #17466A

Tints of Astronaut Blue #17466A

Color information

#17466A (or 0x17466A) is unknown color: approx Astronaut Blue. HEX triplet: 17, 46 and 6A. RGB value is (23,70,106). Sum of RGB (Red+Green+Blue) = 23+70+106=199 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.56% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 106 (41.80% from 255 or 53.27% from 199); Max value from RGB is 106 - color contains mainly: blue. Hex color #17466A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17466A is #E8B995. Grayscale: #3B3B3B. Windows color (decimal): -15251862 or 6964759. OLE color: 6964759.

HSL color Cylindrical-coordinate representation of color #17466A: hue angle of 206.02º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17466A is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2370106-
CMYK0.780.3400.58
HSL206.02º64.34%25.29%-
HSV(B)206.02º78.3%41.57%-
XYZ5.155.614.45-
YUV60.05153.93101.57-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.56%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 106 (41.80% from 255) = 53.27%
R=11.56%
G=35.18%
B=53.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal23701060.780.3400.58206.0264.3425.29
Hex17466A4E2203Ace4019
Octal271061521164207231610031
Binary10111100011011010101001110100010011101011001110100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17466A; }

 p { color: rgb(23,70,106); }

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

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

 a { background-color: rgb(23,70,106); }

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

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

 span { border-color: rgb(23,70,106); }

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