#144457

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

Shades of Astronaut Blue #144457

Tints of Astronaut Blue #144457

Color information

#144457 (or 0x144457) is unknown color: approx Astronaut Blue. HEX triplet: 14, 44 and 57. RGB value is (20,68,87). Sum of RGB (Red+Green+Blue) = 20+68+87=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #144457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144457 is #EBBBA8. Grayscale: #373737. Windows color (decimal): -15449001 or 5719060. OLE color: 5719060.

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

Color convert

RGB206887-
CMYK0.770.2200.66
HSL197.01º62.62%20.98%-
HSV(B)197.01º77.01%34.12%-
XYZ4.084.979.76-
YUV55.81145.6102.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 68 (26.95% from 255) = 38.86%
BLUE value IS 87 (34.38% from 255) = 49.71%
R=11.43%
G=38.86%
B=49.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2068870.770.2200.66197.0162.6220.98
Hex1444574D16042c53f15
Octal241041271152601023057725
Binary1010010001001010111100110110110010000101100010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144457; }

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

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

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

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

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

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

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

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