#144868

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

Shades of Astronaut Blue #144868

Tints of Astronaut Blue #144868

Color information

#144868 (or 0x144868) is unknown color: approx Astronaut Blue. HEX triplet: 14, 48 and 68. RGB value is (20,72,104). Sum of RGB (Red+Green+Blue) = 20+72+104=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #144868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144868 is #EBB797. Grayscale: #3B3B3B. Windows color (decimal): -15447960 or 6834196. OLE color: 6834196.

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

Color convert

RGB2072104-
CMYK0.810.3100.59
HSL202.86º67.74%24.31%-
HSV(B)202.86º80.77%40.78%-
XYZ5.15.7813.94-
YUV60.1152.7799.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 104 (41.02% from 255) = 53.06%
R=10.20%
G=36.73%
B=53.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20721040.810.3100.59202.8667.7424.31
Hex144868511F03Bcb4418
Octal241101501213707331310430
Binary1010010010001101000101000111111011101111001011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144868; }

 p { color: rgb(20,72,104); }

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

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

 a { background-color: rgb(20,72,104); }

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

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

 span { border-color: rgb(20,72,104); }

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