#144667

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

Shades of Astronaut Blue #144667

Tints of Astronaut Blue #144667

Color information

#144667 (or 0x144667) is unknown color: approx Astronaut Blue. HEX triplet: 14, 46 and 67. RGB value is (20,70,103). Sum of RGB (Red+Green+Blue) = 20+70+103=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #144667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144667 is #EBB998. Grayscale: #3A3A3A. Windows color (decimal): -15448473 or 6768148. OLE color: 6768148.

HSL color Cylindrical-coordinate representation of color #144667: hue angle of 203.86º 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 #144667 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2070103-
CMYK0.810.3200.60
HSL203.86º67.48%24.12%-
HSV(B)203.86º80.58%40.39%-
XYZ4.935.5113.64-
YUV58.81152.94100.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 103 (40.62% from 255) = 53.37%
R=10.36%
G=36.27%
B=53.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20701030.810.3200.60203.8667.4824.12
Hex144667512003Ccc4318
Octal241061471214007431410330
Binary10100100011011001111010001100000011110011001100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144667; }

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

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

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

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

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

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

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

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