#16485C

Color #16485C Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #16485C

Tints of Astronaut Blue #16485C

Color information

#16485C (or 0x16485C) is unknown color: approx Astronaut Blue. HEX triplet: 16, 48 and 5C. RGB value is (22,72,92). Sum of RGB (Red+Green+Blue) = 22+72+92=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #16485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16485C is #E9B7A3. Grayscale: #3B3B3B. Windows color (decimal): -15316900 or 6047766. OLE color: 6047766.

HSL color Cylindrical-coordinate representation of color #16485C: hue angle of 197.14º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16485C is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB227292-
CMYK0.760.2200.64
HSL197.14º61.4%22.35%-
HSV(B)197.14º76.09%36.08%-
XYZ4.585.5810.96-
YUV59.33146.44101.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.83%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 92 (36.33% from 255) = 49.46%
R=11.83%
G=38.71%
B=49.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2272920.760.2200.64197.1461.422.35
Hex16485C4C16040c53d16
Octal261101341142601003057526
Binary1011010010001011100100110010110010000001100010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16485C; }

 p { color: rgb(22,72,92); }

 H1.HeaderClassName
 {
   color: #16485C;
 }
 .AnyTagClassName
 {
   color: #16485C;
 }
</style>
background-color css

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

 a { background-color: rgb(22,72,92); }

 div.DivClassName
 {
   background-color: #16485C;
 }
 .BgClassName
 {
   background-color: #16485C;
 }
</style>
border-color css

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

 span { border-color: rgb(22,72,92); }

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