#143F54

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

Shades of Astronaut Blue #143F54

Tints of Astronaut Blue #143F54

Color information

#143F54 (or 0x143F54) is unknown color: approx Astronaut Blue. HEX triplet: 14, 3F and 54. RGB value is (20,63,84). Sum of RGB (Red+Green+Blue) = 20+63+84=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #143F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F54 is #EBC0AB. Grayscale: #343434. Windows color (decimal): -15450284 or 5521172. OLE color: 5521172.

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

Color convert

RGB206384-
CMYK0.760.2500.67
HSL199.69º61.54%20.39%-
HSV(B)199.69º76.19%32.94%-
XYZ3.674.349.03-
YUV52.54145.75104.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 63 (25% from 255) = 37.72%
BLUE value IS 84 (33.20% from 255) = 50.30%
R=11.98%
G=37.72%
B=50.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2063840.760.2500.67199.6961.5420.39
Hex143F544C19043c83e14
Octal24771241143101033107624
Binary101001111111010100100110011001010000111100100011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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