#144F69

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

Shades of Astronaut Blue #144F69

Tints of Astronaut Blue #144F69

Color information

#144F69 (or 0x144F69) is unknown color: approx Astronaut Blue. HEX triplet: 14, 4F and 69. RGB value is (20,79,105). Sum of RGB (Red+Green+Blue) = 20+79+105=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #144F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F69 is #EBB096. Grayscale: #404040. Windows color (decimal): -15446167 or 6901524. OLE color: 6901524.

HSL color Cylindrical-coordinate representation of color #144F69: hue angle of 198.35º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144F69 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2079105-
CMYK0.810.2500.59
HSL198.35º68%24.51%-
HSV(B)198.35º80.95%41.18%-
XYZ5.636.7614.37-
YUV64.32150.9596.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.80%
GREEN value IS 79 (31.25% from 255) = 38.73%
BLUE value IS 105 (41.41% from 255) = 51.47%
R=9.80%
G=38.73%
B=51.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20791050.810.2500.59198.356824.51
Hex144F69511903Bc64419
Octal241171511213107330610431
Binary1010010011111101001101000111001011101111000110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144F69; }

 p { color: rgb(20,79,105); }

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

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

 a { background-color: rgb(20,79,105); }

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

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

 span { border-color: rgb(20,79,105); }

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