Html Css Color HEX #174054 Astronaut Blue

📋 copy color: '#174054'

red 23 ◦ green 64 ◦ blue 84

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

Shades of Astronaut Blue #174054

Tints of Astronaut Blue #174054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.43%

 BLUE value IS 84 (33.2% from 255) = 49.12%

R = 13.45%
G = 37.43%
B = 49.12%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#174054 (or 0x174054) is known color: Astronaut Blue. HEX triplet: 17, 40 and 54. RGB value is (23,64,84). Sum of RGB (Red+Green+Blue) = 23+64+84=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #174054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174054 is #E8BFAB. Grayscale: #353535. Windows color (decimal): -15253420 or 5521431. OLE color: 5521431.

HSL color Cylindrical-coordinate representation of color #174054: hue angle of 199.67º 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 #174054 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 64 84 -
CMYK 0.73 0.24 0 0.67
HSL 199.67º 0.57% 0.21% -
HSV(B) 199.67º 0.73% 0.33% -
XYZ 3.79 4.49 9.05 -
YUV 54.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 23 64 84 0.73 0.24 0 0.67 199.67 0.57 0.21
Hex 17 40 54 49 18 0 43 C8 39 15
Octal 27 100 124 111 30 0 103 310 71 25
Binary 10111 1000000 1010100 1001001 11000 0 1000011 11001000 111001 10101

Color Harmonies of #174054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174054

Black with #174054

Text Example


Text Example

White with #174054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174054; }

 p { color: rgb(23,64,84); }

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

background-color css

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

 a { background-color: rgb(23,64,84); }

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

border-color css

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

 span { border-color: rgb(23,64,84); }

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