#144767

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

Shades of Astronaut Blue #144767

Tints of Astronaut Blue #144767

Color information

#144767 (or 0x144767) is unknown color: approx Astronaut Blue. HEX triplet: 14, 47 and 67. RGB value is (20,71,103). Sum of RGB (Red+Green+Blue) = 20+71+103=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #144767 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144767 is #EBB898. Grayscale: #3B3B3B. Windows color (decimal): -15448217 or 6768404. OLE color: 6768404.

HSL color Cylindrical-coordinate representation of color #144767: hue angle of 203.13º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144767 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2071103-
CMYK0.810.3100.60
HSL203.13º67.48%24.12%-
HSV(B)203.13º80.58%40.39%-
XYZ4.995.6313.66-
YUV59.4152.699.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 103 (40.62% from 255) = 53.09%
R=10.31%
G=36.60%
B=53.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20711030.810.3100.60203.1367.4824.12
Hex144767511F03Ccb4318
Octal241071471213707431310330
Binary1010010001111100111101000111111011110011001011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144767; }

 p { color: rgb(20,71,103); }

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

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

 a { background-color: rgb(20,71,103); }

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

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

 span { border-color: rgb(20,71,103); }

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