Html Css Color HEX #174A5A Astronaut Blue

📋 copy color: '#174A5A'

red 23 ◦ green 74 ◦ blue 90

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

Shades of Astronaut Blue #174A5A

Tints of Astronaut Blue #174A5A

RGB

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

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

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

R = 12.3%
G = 39.57%
B = 48.13%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#174A5A (or 0x174A5A) is known color: Astronaut Blue. HEX triplet: 17, 4A and 5A. RGB value is (23,74,90). Sum of RGB (Red+Green+Blue) = 23+74+90=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #174A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174A5A is #E8B5A5. Grayscale: #3C3C3C. Windows color (decimal): -15250854 or 5917207. OLE color: 5917207.

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

Color convert

RGB 23 74 90 -
CMYK 0.74 0.18 0 0.65
HSL 194.33º 0.59% 0.22% -
HSV(B) 194.33º 0.74% 0.35% -
XYZ 4.65 5.82 10.55 -
YUV 60.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 23 74 90 0.74 0.18 0 0.65 194.33 0.59 0.22
Hex 17 4A 5A 4A 12 0 41 C2 3B 16
Octal 27 112 132 112 22 0 101 302 73 26
Binary 10111 1001010 1011010 1001010 10010 0 1000001 11000010 111011 10110

Color Harmonies of #174A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174A5A

Black with #174A5A

Text Example


Text Example

White with #174A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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