#143F56

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

Shades of Astronaut Blue #143F56

Tints of Astronaut Blue #143F56

Color information

#143F56 (or 0x143F56) is unknown color: approx Astronaut Blue. HEX triplet: 14, 3F and 56. RGB value is (20,63,86). Sum of RGB (Red+Green+Blue) = 20+63+86=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #143F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F56 is #EBC0A9. Grayscale: #343434. Windows color (decimal): -15450282 or 5652244. OLE color: 5652244.

HSL color Cylindrical-coordinate representation of color #143F56: hue angle of 200.91º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #143F56 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB206386-
CMYK0.770.2700.66
HSL200.91º62.26%20.78%-
HSV(B)200.91º76.74%33.73%-
XYZ3.754.389.45-
YUV52.76146.75104.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 63 (25% from 255) = 37.28%
BLUE value IS 86 (33.98% from 255) = 50.89%
R=11.83%
G=37.28%
B=50.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2063860.770.2700.66200.9162.2620.78
Hex143F564D1B042c93e15
Octal24771261153301023117625
Binary101001111111010110100110111011010000101100100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143F56; }

 p { color: rgb(20,63,86); }

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

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

 a { background-color: rgb(20,63,86); }

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

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

 span { border-color: rgb(20,63,86); }

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