Html Css Color HEX #174056 Astronaut Blue

📋 copy color: '#174056'

red 23 ◦ green 64 ◦ blue 86

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

Shades of Astronaut Blue #174056

Tints of Astronaut Blue #174056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 49.71%

R = 13.29%
G = 36.99%
B = 49.71%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#174056 (or 0x174056) is known color: Astronaut Blue. HEX triplet: 17, 40 and 56. RGB value is (23,64,86). Sum of RGB (Red+Green+Blue) = 23+64+86=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #174056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174056 is #E8BFA9. Grayscale: #363636. Windows color (decimal): -15253418 or 5652503. OLE color: 5652503.

HSL color Cylindrical-coordinate representation of color #174056: hue angle of 200.95º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #174056 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 23 64 86 -
CMYK 0.73 0.26 0 0.66
HSL 200.95º 0.58% 0.21% -
HSV(B) 200.95º 0.73% 0.34% -
XYZ 3.87 4.52 9.47 -
YUV 54.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 23 64 86 0.73 0.26 0 0.66 200.95 0.58 0.21
Hex 17 40 56 49 1A 0 42 C9 3A 15
Octal 27 100 126 111 32 0 102 311 72 25
Binary 10111 1000000 1010110 1001001 11010 0 1000010 11001001 111010 10101

Color Harmonies of #174056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174056

Black with #174056

Text Example


Text Example

White with #174056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174056; }

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

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

background-color css

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

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

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

border-color css

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

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

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