#14495B

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

Shades of Astronaut Blue #14495B

Tints of Astronaut Blue #14495B

Color information

#14495B (or 0x14495B) is unknown color: approx Astronaut Blue. HEX triplet: 14, 49 and 5B. RGB value is (20,73,91). Sum of RGB (Red+Green+Blue) = 20+73+91=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #14495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14495B is #EBB6A4. Grayscale: #3B3B3B. Windows color (decimal): -15447717 or 5982484. OLE color: 5982484.

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

Color convert

RGB207391-
CMYK0.780.2000.64
HSL195.21º63.96%21.76%-
HSV(B)195.21º78.02%35.69%-
XYZ4.565.6710.75-
YUV59.2145.94100.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.87%
GREEN value IS 73 (28.91% from 255) = 39.67%
BLUE value IS 91 (35.94% from 255) = 49.46%
R=10.87%
G=39.67%
B=49.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2073910.780.2000.64195.2163.9621.76
Hex14495B4E14040c34016
Octal2411113311624010030310026
Binary10100100100110110111001110101000100000011000011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14495B; }

 p { color: rgb(20,73,91); }

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

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

 a { background-color: rgb(20,73,91); }

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

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

 span { border-color: rgb(20,73,91); }

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