Html Css Color HEX #16475F Astronaut Blue

📋 copy color: '#16475F'

red 22 ◦ green 71 ◦ blue 95

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

Shades of Astronaut Blue #16475F

Tints of Astronaut Blue #16475F

RGB

 RED value IS 22 (8.98% from 255) = 11.7%

 GREEN value IS 71 (28.13% from 255) = 37.77%

 BLUE value IS 95 (37.5% from 255) = 50.53%

R = 11.7%
G = 37.77%
B = 50.53%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#16475F (or 0x16475F) is known color: Astronaut Blue. HEX triplet: 16, 47 and 5F. RGB value is (22,71,95). Sum of RGB (Red+Green+Blue) = 22+71+95=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #16475F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16475F is #E9B8A0. Grayscale: #3A3A3A. Windows color (decimal): -15317153 or 6244118. OLE color: 6244118.

HSL color Cylindrical-coordinate representation of color #16475F: hue angle of 199.73º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16475F is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 22 71 95 -
CMYK 0.77 0.25 0 0.63
HSL 199.73º 0.62% 0.23% -
HSV(B) 199.73º 0.77% 0.37% -
XYZ 4.65 5.5 11.64 -
YUV 59.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 22 71 95 0.77 0.25 0 0.63 199.73 0.62 0.23
Hex 16 47 5F 4D 19 0 3F C8 3E 17
Octal 26 107 137 115 31 0 77 310 76 27
Binary 10110 1000111 1011111 1001101 11001 0 111111 11001000 111110 10111

Color Harmonies of #16475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16475F

Black with #16475F

Text Example


Text Example

White with #16475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16475F; }

 p { color: rgb(22,71,95); }

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

background-color css

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

 a { background-color: rgb(22,71,95); }

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

border-color css

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

 span { border-color: rgb(22,71,95); }

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