Html Css Color HEX #174F63 Astronaut Blue

📋 copy color: '#174F63'

red 23 ◦ green 79 ◦ blue 99

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

Shades of Astronaut Blue #174F63

Tints of Astronaut Blue #174F63

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.3%

 BLUE value IS 99 (39.06% from 255) = 49.25%

R = 11.44%
G = 39.3%
B = 49.25%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#174F63 (or 0x174F63) is known color: Astronaut Blue. HEX triplet: 17, 4F and 63. RGB value is (23,79,99). Sum of RGB (Red+Green+Blue) = 23+79+99=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #174F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174F63 is #E8B09C. Grayscale: #404040. Windows color (decimal): -15249565 or 6508311. OLE color: 6508311.

HSL color Cylindrical-coordinate representation of color #174F63: hue angle of 195.79º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174F63 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 23 79 99 -
CMYK 0.77 0.20 0 0.61
HSL 195.79º 0.62% 0.24% -
HSV(B) 195.79º 0.77% 0.39% -
XYZ 5.4 6.67 12.81 -
YUV 64.54 147.45 98.37 -
System Red Green Blue C M Y K H S L
Decimal 23 79 99 0.77 0.20 0 0.61 195.79 0.62 0.24
Hex 17 4F 63 4D 14 0 3D C4 3E 18
Octal 27 117 143 115 24 0 75 304 76 30
Binary 10111 1001111 1100011 1001101 10100 0 111101 11000100 111110 11000

Color Harmonies of #174F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174F63

Black with #174F63

Text Example


Text Example

White with #174F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,79,99); }

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

background-color css

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

 a { background-color: rgb(23,79,99); }

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

border-color css

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

 span { border-color: rgb(23,79,99); }

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