Html Css Color HEX #17485F Astronaut Blue

📋 copy color: '#17485F'

red 23 ◦ green 72 ◦ blue 95

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

Shades of Astronaut Blue #17485F

Tints of Astronaut Blue #17485F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.89%

 BLUE value IS 95 (37.5% from 255) = 50%

R = 12.11%
G = 37.89%
B = 50%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#17485F (or 0x17485F) is known color: Astronaut Blue. HEX triplet: 17, 48 and 5F. RGB value is (23,72,95). Sum of RGB (Red+Green+Blue) = 23+72+95=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #17485F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17485F is #E8B7A0. Grayscale: #3B3B3B. Windows color (decimal): -15251361 or 6244375. OLE color: 6244375.

HSL color Cylindrical-coordinate representation of color #17485F: hue angle of 199.17º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17485F is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 72 95 -
CMYK 0.76 0.24 0 0.63
HSL 199.17º 0.61% 0.23% -
HSV(B) 199.17º 0.76% 0.37% -
XYZ 4.74 5.64 11.67 -
YUV 59.97 147.77 101.63 -
System Red Green Blue C M Y K H S L
Decimal 23 72 95 0.76 0.24 0 0.63 199.17 0.61 0.23
Hex 17 48 5F 4C 18 0 3F C7 3D 17
Octal 27 110 137 114 30 0 77 307 75 27
Binary 10111 1001000 1011111 1001100 11000 0 111111 11000111 111101 10111

Color Harmonies of #17485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17485F

Black with #17485F

Text Example


Text Example

White with #17485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17485F; }

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

 H1.HeaderClassName
 {
   color: #17485F;
 }
 .AnyTagClassName
 {
   color: #17485F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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