Html Css Color HEX #174B68 Astronaut Blue

📋 copy color: '#174B68'

red 23 ◦ green 75 ◦ blue 104

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

Shades of Astronaut Blue #174B68

Tints of Astronaut Blue #174B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.13%

 BLUE value IS 104 (41.02% from 255) = 51.49%

R = 11.39%
G = 37.13%
B = 51.49%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#174B68 (or 0x174B68) is known color: Astronaut Blue. HEX triplet: 17, 4B and 68. RGB value is (23,75,104). Sum of RGB (Red+Green+Blue) = 23+75+104=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #174B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174B68 is #E8B497. Grayscale: #3E3E3E. Windows color (decimal): -15250584 or 6834967. OLE color: 6834967.

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

Color convert

RGB 23 75 104 -
CMYK 0.78 0.28 0 0.59
HSL 201.48º 0.64% 0.25% -
HSV(B) 201.48º 0.78% 0.41% -
XYZ 5.37 6.21 14.01 -
YUV 62.76 151.27 99.64 -
System Red Green Blue C M Y K H S L
Decimal 23 75 104 0.78 0.28 0 0.59 201.48 0.64 0.25
Hex 17 4B 68 4E 1C 0 3B C9 40 19
Octal 27 113 150 116 34 0 73 311 100 31
Binary 10111 1001011 1101000 1001110 11100 0 111011 11001001 1000000 11001

Color Harmonies of #174B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174B68

Black with #174B68

Text Example


Text Example

White with #174B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,75,104); }

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

background-color css

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

 a { background-color: rgb(23,75,104); }

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

border-color css

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

 span { border-color: rgb(23,75,104); }

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