Html Css Color HEX #174A6A Astronaut Blue

📋 copy color: '#174A6A'

red 23 ◦ green 74 ◦ blue 106

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

Shades of Astronaut Blue #174A6A

Tints of Astronaut Blue #174A6A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.45%

 BLUE value IS 106 (41.8% from 255) = 52.22%

R = 11.33%
G = 36.45%
B = 52.22%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#174A6A (or 0x174A6A) is known color: Astronaut Blue. HEX triplet: 17, 4A and 6A. RGB value is (23,74,106). Sum of RGB (Red+Green+Blue) = 23+74+106=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #174A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174A6A is #E8B595. Grayscale: #3E3E3E. Windows color (decimal): -15250838 or 6965783. OLE color: 6965783.

HSL color Cylindrical-coordinate representation of color #174A6A: hue angle of 203.13º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #174A6A is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 23 74 106 -
CMYK 0.78 0.30 0 0.58
HSL 203.13º 0.64% 0.25% -
HSV(B) 203.13º 0.78% 0.42% -
XYZ 5.4 6.12 14.53 -
YUV 62.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 23 74 106 0.78 0.30 0 0.58 203.13 0.64 0.25
Hex 17 4A 6A 4E 1E 0 3A CB 40 19
Octal 27 112 152 116 36 0 72 313 100 31
Binary 10111 1001010 1101010 1001110 11110 0 111010 11001011 1000000 11001

Color Harmonies of #174A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174A6A

Black with #174A6A

Text Example


Text Example

White with #174A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174A6A; }

 p { color: rgb(23,74,106); }

 H1.HeaderClassName
 {
   color: #174A6A;
 }
 .AnyTagClassName
 {
   color: #174A6A;
 }
</style>

background-color css

<style>
 a { background-color: #174A6A; }

 a { background-color: rgb(23,74,106); }

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

border-color css

<style>
 span { border-color: #174A6A; }

 span { border-color: rgb(23,74,106); }

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