#144354

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

Shades of Astronaut Blue #144354

Tints of Astronaut Blue #144354

Color information

#144354 (or 0x144354) is unknown color: approx Astronaut Blue. HEX triplet: 14, 43 and 54. RGB value is (20,67,84). Sum of RGB (Red+Green+Blue) = 20+67+84=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #144354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144354 is #EBBCAB. Grayscale: #363636. Windows color (decimal): -15449260 or 5522196. OLE color: 5522196.

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

Color convert

RGB206784-
CMYK0.760.2000.67
HSL195.94º61.54%20.39%-
HSV(B)195.94º76.19%32.94%-
XYZ3.94.89.11-
YUV54.88144.43103.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 67 (26.56% from 255) = 39.18%
BLUE value IS 84 (33.20% from 255) = 49.12%
R=11.70%
G=39.18%
B=49.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2067840.760.2000.67195.9461.5420.39
Hex1443544C14043c43e14
Octal241031241142401033047624
Binary1010010000111010100100110010100010000111100010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144354; }

 p { color: rgb(20,67,84); }

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

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

 a { background-color: rgb(20,67,84); }

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

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

 span { border-color: rgb(20,67,84); }

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