Html Css Color HEX #174B5D Astronaut Blue

📋 copy color: '#174B5D'

red 23 ◦ green 75 ◦ blue 93

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

Shades of Astronaut Blue #174B5D

Tints of Astronaut Blue #174B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 48.69%

R = 12.04%
G = 39.27%
B = 48.69%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#174B5D (or 0x174B5D) is known color: Astronaut Blue. HEX triplet: 17, 4B and 5D. RGB value is (23,75,93). Sum of RGB (Red+Green+Blue) = 23+75+93=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #174B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174B5D is #E8B4A2. Grayscale: #3D3D3D. Windows color (decimal): -15250595 or 6114071. OLE color: 6114071.

HSL color Cylindrical-coordinate representation of color #174B5D: hue angle of 195.43º 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 #174B5D is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 75 93 -
CMYK 0.75 0.19 0 0.64
HSL 195.43º 0.6% 0.23% -
HSV(B) 195.43º 0.75% 0.36% -
XYZ 4.85 6 11.26 -
YUV 61.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 23 75 93 0.75 0.19 0 0.64 195.43 0.6 0.23
Hex 17 4B 5D 4B 13 0 40 C3 3C 17
Octal 27 113 135 113 23 0 100 303 74 27
Binary 10111 1001011 1011101 1001011 10011 0 1000000 11000011 111100 10111

Color Harmonies of #174B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174B5D

Black with #174B5D

Text Example


Text Example

White with #174B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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