Html Css Color HEX #174555 Astronaut Blue

📋 copy color: '#174555'

red 23 ◦ green 69 ◦ blue 85

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

Shades of Astronaut Blue #174555

Tints of Astronaut Blue #174555

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.98%

 BLUE value IS 85 (33.59% from 255) = 48.02%

R = 12.99%
G = 38.98%
B = 48.02%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#174555 (or 0x174555) is known color: Astronaut Blue. HEX triplet: 17, 45 and 55. RGB value is (23,69,85). Sum of RGB (Red+Green+Blue) = 23+69+85=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #174555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174555 is #E8BAAA. Grayscale: #383838. Windows color (decimal): -15252139 or 5588247. OLE color: 5588247.

HSL color Cylindrical-coordinate representation of color #174555: hue angle of 195.48º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #174555 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 69 85 -
CMYK 0.73 0.19 0 0.67
HSL 195.48º 0.57% 0.21% -
HSV(B) 195.48º 0.73% 0.33% -
XYZ 4.12 5.09 9.36 -
YUV 57.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 23 69 85 0.73 0.19 0 0.67 195.48 0.57 0.21
Hex 17 45 55 49 13 0 43 C3 39 15
Octal 27 105 125 111 23 0 103 303 71 25
Binary 10111 1000101 1010101 1001001 10011 0 1000011 11000011 111001 10101

Color Harmonies of #174555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174555

Black with #174555

Text Example


Text Example

White with #174555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174555; }

 p { color: rgb(23,69,85); }

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

background-color css

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

 a { background-color: rgb(23,69,85); }

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

border-color css

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

 span { border-color: rgb(23,69,85); }

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