#17455B

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

Shades of Astronaut Blue #17455B

Tints of Astronaut Blue #17455B

Color information

#17455B (or 0x17455B) is unknown color: approx Astronaut Blue. HEX triplet: 17, 45 and 5B. RGB value is (23,69,91). Sum of RGB (Red+Green+Blue) = 23+69+91=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #17455B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17455B is #E8BAA4. Grayscale: #393939. Windows color (decimal): -15252133 or 5981463. OLE color: 5981463.

HSL color Cylindrical-coordinate representation of color #17455B: hue angle of 199.41º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17455B is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB236991-
CMYK0.750.2400.64
HSL199.41º59.65%22.35%-
HSV(B)199.41º74.73%35.69%-
XYZ4.375.1910.67-
YUV57.75146.76103.21-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.57%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 91 (35.94% from 255) = 49.73%
R=12.57%
G=37.70%
B=49.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2369910.750.2400.64199.4159.6522.35
Hex17455B4B18040c73c16
Octal271051331133001003077426
Binary1011110001011011011100101111000010000001100011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17455B; }

 p { color: rgb(23,69,91); }

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

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

 a { background-color: rgb(23,69,91); }

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

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

 span { border-color: rgb(23,69,91); }

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