#14455C

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

Shades of Astronaut Blue #14455C

Tints of Astronaut Blue #14455C

Color information

#14455C (or 0x14455C) is unknown color: approx Astronaut Blue. HEX triplet: 14, 45 and 5C. RGB value is (20,69,92). Sum of RGB (Red+Green+Blue) = 20+69+92=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #14455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14455C is #EBBAA3. Grayscale: #383838. Windows color (decimal): -15448740 or 6046996. OLE color: 6046996.

HSL color Cylindrical-coordinate representation of color #14455C: hue angle of 199.17º 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 #14455C is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB206992-
CMYK0.780.2500.64
HSL199.17º64.29%21.96%-
HSV(B)199.17º78.26%36.08%-
XYZ4.355.1810.9-
YUV56.97147.77101.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 92 (36.33% from 255) = 50.83%
R=11.05%
G=38.12%
B=50.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2069920.780.2500.64199.1764.2921.96
Hex14455C4E19040c74016
Octal2410513411631010030710026
Binary10100100010110111001001110110010100000011000111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,69,92); }

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

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

 a { background-color: rgb(20,69,92); }

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

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

 span { border-color: rgb(20,69,92); }

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