Html Css Color HEX #17475D Astronaut Blue

📋 copy color: '#17475D'

red 23 ◦ green 71 ◦ blue 93

#17475D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #17475D

Tints of Astronaut Blue #17475D

RGB

 RED value IS 23 (9.38% from 255) = 12.3%

 GREEN value IS 71 (28.13% from 255) = 37.97%

 BLUE value IS 93 (36.72% from 255) = 49.73%

R = 12.3%
G = 37.97%
B = 49.73%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17475D (or 0x17475D) is known color: Astronaut Blue. HEX triplet: 17, 47 and 5D. RGB value is (23,71,93). Sum of RGB (Red+Green+Blue) = 23+71+93=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #17475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17475D is #E8B8A2. Grayscale: #3B3B3B. Windows color (decimal): -15251619 or 6113047. OLE color: 6113047.

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

Color convert

RGB 23 71 93 -
CMYK 0.75 0.24 0 0.64
HSL 198.86º 0.6% 0.23% -
HSV(B) 198.86º 0.75% 0.36% -
XYZ 4.58 5.48 11.17 -
YUV 59.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 23 71 93 0.75 0.24 0 0.64 198.86 0.6 0.23
Hex 17 47 5D 4B 18 0 40 C7 3C 17
Octal 27 107 135 113 30 0 100 307 74 27
Binary 10111 1000111 1011101 1001011 11000 0 1000000 11000111 111100 10111

Color Harmonies of #17475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17475D

Black with #17475D

Text Example


Text Example

White with #17475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17475D; }

 p { color: rgb(23,71,93); }

 H1.HeaderClassName
 {
   color: #17475D;
 }
 .AnyTagClassName
 {
   color: #17475D;
 }
</style>

background-color css

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

 a { background-color: rgb(23,71,93); }

 div.DivClassName
 {
   background-color: #17475D;
 }
 .BgClassName
 {
   background-color: #17475D;
 }
</style>

border-color css

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

 span { border-color: rgb(23,71,93); }

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