#144B63

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

Shades of Astronaut Blue #144B63

Tints of Astronaut Blue #144B63

Color information

#144B63 (or 0x144B63) is unknown color: approx Astronaut Blue. HEX triplet: 14, 4B and 63. RGB value is (20,75,99). Sum of RGB (Red+Green+Blue) = 20+75+99=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #144B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B63 is #EBB49C. Grayscale: #3D3D3D. Windows color (decimal): -15447197 or 6507284. OLE color: 6507284.

HSL color Cylindrical-coordinate representation of color #144B63: hue angle of 198.23º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #144B63 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB207599-
CMYK0.800.2400.61
HSL198.23º66.39%23.33%-
HSV(B)198.23º79.8%38.82%-
XYZ5.066.0812.71-
YUV61.29149.2898.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 75 (29.69% from 255) = 38.66%
BLUE value IS 99 (39.06% from 255) = 51.03%
R=10.31%
G=38.66%
B=51.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2075990.800.2400.61198.2366.3923.33
Hex144B63501803Dc64217
Octal241131431203007530610227
Binary1010010010111100011101000011000011110111000110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144B63; }

 p { color: rgb(20,75,99); }

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

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

 a { background-color: rgb(20,75,99); }

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

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

 span { border-color: rgb(20,75,99); }

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