Html Css Color HEX #17495B Astronaut Blue

📋 copy color: '#17495B'

red 23 ◦ green 73 ◦ blue 91

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

Shades of Astronaut Blue #17495B

Tints of Astronaut Blue #17495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.04%

 BLUE value IS 91 (35.94% from 255) = 48.66%

R = 12.3%
G = 39.04%
B = 48.66%

CMYK

 C value IS 0.75

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17495B (or 0x17495B) is known color: Astronaut Blue. HEX triplet: 17, 49 and 5B. RGB value is (23,73,91). Sum of RGB (Red+Green+Blue) = 23+73+91=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #17495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17495B is #E8B6A4. Grayscale: #3B3B3B. Windows color (decimal): -15251109 or 5982487. OLE color: 5982487.

HSL color Cylindrical-coordinate representation of color #17495B: hue angle of 195.88º 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 #17495B is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 73 91 -
CMYK 0.75 0.20 0 0.64
HSL 195.88º 0.6% 0.22% -
HSV(B) 195.88º 0.75% 0.36% -
XYZ 4.62 5.7 10.75 -
YUV 60.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 23 73 91 0.75 0.20 0 0.64 195.88 0.6 0.22
Hex 17 49 5B 4B 14 0 40 C4 3C 16
Octal 27 111 133 113 24 0 100 304 74 26
Binary 10111 1001001 1011011 1001011 10100 0 1000000 11000100 111100 10110

Color Harmonies of #17495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17495B

Black with #17495B

Text Example


Text Example

White with #17495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #17495B;
 }
 .AnyTagClassName
 {
   color: #17495B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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