Html Css Color HEX #174158 Astronaut Blue

📋 copy color: '#174158'

red 23 ◦ green 65 ◦ blue 88

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

Shades of Astronaut Blue #174158

Tints of Astronaut Blue #174158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.93%

 BLUE value IS 88 (34.77% from 255) = 50%

R = 13.07%
G = 36.93%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#174158 (or 0x174158) is known color: Astronaut Blue. HEX triplet: 17, 41 and 58. RGB value is (23,65,88). Sum of RGB (Red+Green+Blue) = 23+65+88=176 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.07% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #174158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174158 is #E8BEA7. Grayscale: #363636. Windows color (decimal): -15253160 or 5783831. OLE color: 5783831.

HSL color Cylindrical-coordinate representation of color #174158: hue angle of 201.23º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #174158 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 65 88 -
CMYK 0.74 0.26 0 0.65
HSL 201.23º 0.59% 0.22% -
HSV(B) 201.23º 0.74% 0.35% -
XYZ 4.01 4.67 9.92 -
YUV 55.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 23 65 88 0.74 0.26 0 0.65 201.23 0.59 0.22
Hex 17 41 58 4A 1A 0 41 C9 3B 16
Octal 27 101 130 112 32 0 101 311 73 26
Binary 10111 1000001 1011000 1001010 11010 0 1000001 11001001 111011 10110

Color Harmonies of #174158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174158

Black with #174158

Text Example


Text Example

White with #174158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174158; }

 p { color: rgb(23,65,88); }

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

background-color css

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

 a { background-color: rgb(23,65,88); }

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

border-color css

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

 span { border-color: rgb(23,65,88); }

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