#144555

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

Shades of Astronaut Blue #144555

Tints of Astronaut Blue #144555

Color information

#144555 (or 0x144555) is unknown color: approx Astronaut Blue. HEX triplet: 14, 45 and 55. RGB value is (20,69,85). Sum of RGB (Red+Green+Blue) = 20+69+85=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #144555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144555 is #EBBAAA. Grayscale: #383838. Windows color (decimal): -15448747 or 5588244. OLE color: 5588244.

HSL color Cylindrical-coordinate representation of color #144555: hue angle of 194.77º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144555 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB206985-
CMYK0.760.1900.67
HSL194.77º61.9%20.59%-
HSV(B)194.77º76.47%33.33%-
XYZ4.065.069.36-
YUV56.17144.27102.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.49%
GREEN value IS 69 (27.34% from 255) = 39.66%
BLUE value IS 85 (33.59% from 255) = 48.85%
R=11.49%
G=39.66%
B=48.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2069850.760.1900.67194.7761.920.59
Hex1445554C13043c33e15
Octal241051251142301033037625
Binary1010010001011010101100110010011010000111100001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144555; }

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

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

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

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

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

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

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

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