Html Css Color HEX #17485A Astronaut Blue

📋 copy color: '#17485A'

red 23 ◦ green 72 ◦ blue 90

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

Shades of Astronaut Blue #17485A

Tints of Astronaut Blue #17485A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 48.65%

R = 12.43%
G = 38.92%
B = 48.65%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#17485A (or 0x17485A) is known color: Astronaut Blue. HEX triplet: 17, 48 and 5A. RGB value is (23,72,90). Sum of RGB (Red+Green+Blue) = 23+72+90=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #17485A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17485A is #E8B7A5. Grayscale: #3B3B3B. Windows color (decimal): -15251366 or 5916695. OLE color: 5916695.

HSL color Cylindrical-coordinate representation of color #17485A: hue angle of 196.12º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17485A is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 72 90 -
CMYK 0.74 0.20 0 0.65
HSL 196.12º 0.59% 0.22% -
HSV(B) 196.12º 0.74% 0.35% -
XYZ 4.52 5.56 10.51 -
YUV 59.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 23 72 90 0.74 0.20 0 0.65 196.12 0.59 0.22
Hex 17 48 5A 4A 14 0 41 C4 3B 16
Octal 27 110 132 112 24 0 101 304 73 26
Binary 10111 1001000 1011010 1001010 10100 0 1000001 11000100 111011 10110

Color Harmonies of #17485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17485A

Black with #17485A

Text Example


Text Example

White with #17485A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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