#144257

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

Shades of Astronaut Blue #144257

Tints of Astronaut Blue #144257

Color information

#144257 (or 0x144257) is unknown color: approx Astronaut Blue. HEX triplet: 14, 42 and 57. RGB value is (20,66,87). Sum of RGB (Red+Green+Blue) = 20+66+87=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #144257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144257 is #EBBDA8. Grayscale: #363636. Windows color (decimal): -15449513 or 5718548. OLE color: 5718548.

HSL color Cylindrical-coordinate representation of color #144257: hue angle of 198.81º degrees, saturation: 0.63, 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 #144257 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB206687-
CMYK0.770.2400.66
HSL198.81º62.62%20.98%-
HSV(B)198.81º77.01%34.12%-
XYZ3.964.739.72-
YUV54.64146.26103.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 87 (34.38% from 255) = 50.29%
R=11.56%
G=38.15%
B=50.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2066870.770.2400.66198.8162.6220.98
Hex1442574D18042c73f15
Octal241021271153001023077725
Binary1010010000101010111100110111000010000101100011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144257; }

 p { color: rgb(20,66,87); }

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

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

 a { background-color: rgb(20,66,87); }

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

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

 span { border-color: rgb(20,66,87); }

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