#144C6B

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

Shades of Astronaut Blue #144C6B

Tints of Astronaut Blue #144C6B

Color information

#144C6B (or 0x144C6B) is unknown color: approx Astronaut Blue. HEX triplet: 14, 4C and 6B. RGB value is (20,76,107). Sum of RGB (Red+Green+Blue) = 20+76+107=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #144C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C6B is #EBB394. Grayscale: #3E3E3E. Windows color (decimal): -15446933 or 7031828. OLE color: 7031828.

HSL color Cylindrical-coordinate representation of color #144C6B: hue angle of 201.38º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #144C6B is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2076107-
CMYK0.810.2900.58
HSL201.38º68.5%24.9%-
HSV(B)201.38º81.31%41.96%-
XYZ5.536.3814.85-
YUV62.79152.9597.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 107 (42.19% from 255) = 52.71%
R=9.85%
G=37.44%
B=52.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20761070.810.2900.58201.3868.524.9
Hex144C6B511D03Ac94519
Octal241141531213507231110531
Binary1010010011001101011101000111101011101011001001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,76,107); }

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

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

 a { background-color: rgb(20,76,107); }

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

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

 span { border-color: rgb(20,76,107); }

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