Html Css Color HEX #17465A Astronaut Blue

📋 copy color: '#17465A'

red 23 ◦ green 70 ◦ blue 90

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

Shades of Astronaut Blue #17465A

Tints of Astronaut Blue #17465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.25%

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

R = 12.57%
G = 38.25%
B = 49.18%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#17465A (or 0x17465A) is known color: Astronaut Blue. HEX triplet: 17, 46 and 5A. RGB value is (23,70,90). Sum of RGB (Red+Green+Blue) = 23+70+90=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #17465A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17465A is #E8B9A5. Grayscale: #3A3A3A. Windows color (decimal): -15251878 or 5916183. OLE color: 5916183.

HSL color Cylindrical-coordinate representation of color #17465A: hue angle of 197.91º 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 #17465A is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 70 90 -
CMYK 0.74 0.22 0 0.65
HSL 197.91º 0.59% 0.22% -
HSV(B) 197.91º 0.74% 0.35% -
XYZ 4.39 5.3 10.46 -
YUV 58.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 23 70 90 0.74 0.22 0 0.65 197.91 0.59 0.22
Hex 17 46 5A 4A 16 0 41 C6 3B 16
Octal 27 106 132 112 26 0 101 306 73 26
Binary 10111 1000110 1011010 1001010 10110 0 1000001 11000110 111011 10110

Color Harmonies of #17465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17465A

Black with #17465A

Text Example


Text Example

White with #17465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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