#144355

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

Shades of Astronaut Blue #144355

Tints of Astronaut Blue #144355

Color information

#144355 (or 0x144355) is unknown color: approx Astronaut Blue. HEX triplet: 14, 43 and 55. RGB value is (20,67,85). Sum of RGB (Red+Green+Blue) = 20+67+85=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #144355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144355 is #EBBCAA. Grayscale: #363636. Windows color (decimal): -15449259 or 5587732. OLE color: 5587732.

HSL color Cylindrical-coordinate representation of color #144355: hue angle of 196.62º 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 #144355 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB206785-
CMYK0.760.2100.67
HSL196.62º61.9%20.59%-
HSV(B)196.62º76.47%33.33%-
XYZ3.944.829.32-
YUV55144.93103.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 67 (26.56% from 255) = 38.95%
BLUE value IS 85 (33.59% from 255) = 49.42%
R=11.63%
G=38.95%
B=49.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2067850.760.2100.67196.6261.920.59
Hex1443554C15043c53e15
Octal241031251142501033057625
Binary1010010000111010101100110010101010000111100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144355; }

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

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

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

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

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

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

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

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