Html Css Color HEX #174B5C Astronaut Blue

📋 copy color: '#174B5C'

red 23 ◦ green 75 ◦ blue 92

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

Shades of Astronaut Blue #174B5C

Tints of Astronaut Blue #174B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 48.42%

R = 12.11%
G = 39.47%
B = 48.42%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#174B5C (or 0x174B5C) is known color: Astronaut Blue. HEX triplet: 17, 4B and 5C. RGB value is (23,75,92). Sum of RGB (Red+Green+Blue) = 23+75+92=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #174B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174B5C is #E8B4A3. Grayscale: #3D3D3D. Windows color (decimal): -15250596 or 6048535. OLE color: 6048535.

HSL color Cylindrical-coordinate representation of color #174B5C: hue angle of 194.78º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #174B5C is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 75 92 -
CMYK 0.75 0.18 0 0.64
HSL 194.78º 0.6% 0.23% -
HSV(B) 194.78º 0.75% 0.36% -
XYZ 4.8 5.99 11.03 -
YUV 61.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 23 75 92 0.75 0.18 0 0.64 194.78 0.6 0.23
Hex 17 4B 5C 4B 12 0 40 C3 3C 17
Octal 27 113 134 113 22 0 100 303 74 27
Binary 10111 1001011 1011100 1001011 10010 0 1000000 11000011 111100 10111

Color Harmonies of #174B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174B5C

Black with #174B5C

Text Example


Text Example

White with #174B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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